feat: calendar change
This commit is contained in:
parent
9fb979687d
commit
471bce7f15
|
|
@ -169,6 +169,7 @@ export const CalendarColumn: FC<{
|
|||
});
|
||||
}, [posts, display, getDate]);
|
||||
|
||||
|
||||
const canBeTrending = useMemo(() => {
|
||||
return !!trendings.find((trend) => {
|
||||
return dayjs
|
||||
|
|
|
|||
Loading…
Reference in New Issue