mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
refactored node bottom block as pure component
This commit is contained in:
parent
ab15a10d01
commit
d4bf94059e
7 changed files with 96 additions and 50 deletions
|
@ -65,7 +65,7 @@ const BorisLayout: FC<IProps> = () => {
|
|||
);
|
||||
|
||||
const onShowImageModal = useImageModal();
|
||||
const { onLoadMoreComments, onDelete: onDeleteComment } = useNodeComments('696');
|
||||
const { onLoadMoreComments, onDelete: onDeleteComment } = useNodeComments(696);
|
||||
|
||||
return (
|
||||
<Container>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue