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

cleaned comment

This commit is contained in:
Fedor Katurov 2020-06-05 17:34:13 +07:00
parent b8c15cfd99
commit 08f6b518e4

View file

@ -98,14 +98,3 @@ const CommentContent: FC<IProps> = memo(({ comment, can_edit, onDelete, onEdit }
});
export { CommentContent };
/*
{comment.text && (
)}
*/