mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
(nextjs) fixed fonts
This commit is contained in:
parent
d9127e5b7c
commit
7e14b52bf9
2 changed files with 10 additions and 2 deletions
|
@ -27,7 +27,11 @@ const NodeComments: FC<IProps> = memo(({ order }) => {
|
|||
onSaveComment,
|
||||
} = useCommentContext();
|
||||
|
||||
const groupped: ICommentGroup[] = useGrouppedComments(comments, order, lastSeenCurrent);
|
||||
const groupped: ICommentGroup[] = useGrouppedComments(
|
||||
comments,
|
||||
order,
|
||||
lastSeenCurrent ?? undefined
|
||||
);
|
||||
|
||||
const more = useMemo(
|
||||
() =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue