1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

removed duplicate comments on boris

This commit is contained in:
Fedor Katurov 2022-07-15 17:17:03 +07:00
parent 46c0cd7e6a
commit 407e213287

View file

@ -49,8 +49,6 @@ const BorisComments: FC<IProps> = () => {
<NodeComments order="ASC" /> <NodeComments order="ASC" />
)} )}
{comments?.length && <NodeComments order="ASC" />}
<Footer /> <Footer />
</Group> </Group>
</CommentContextProvider> </CommentContextProvider>