mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
showing comments left count
This commit is contained in:
parent
911beea4ad
commit
319e66616c
9 changed files with 101 additions and 115 deletions
|
@ -12,6 +12,7 @@ export type INodeState = Readonly<{
|
|||
similar: Partial<INode[]>;
|
||||
};
|
||||
comment_data: Record<number, IComment>;
|
||||
comment_count: number;
|
||||
current_cover_image: IFile;
|
||||
|
||||
error: string;
|
||||
|
@ -35,6 +36,7 @@ const INITIAL_STATE: INodeState = {
|
|||
...EMPTY_COMMENT,
|
||||
},
|
||||
},
|
||||
comment_count: 0,
|
||||
comments: [],
|
||||
related: null,
|
||||
current_cover_image: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue