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

title appearance fixed

This commit is contained in:
Fedor Katurov 2020-04-08 12:19:56 +07:00
parent a517eca37d
commit 4ebeed76aa
7 changed files with 37 additions and 48 deletions

View file

@ -35,8 +35,6 @@ const NodeComments: FC<IProps> = memo(({ comments, comment_data, user, onDelete,
onEdit={onEdit}
/>
))}
<Filler />
</div>
);
});