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

fixed months passed label

This commit is contained in:
Fedor Katurov 2022-07-15 17:14:40 +07:00
parent 0286b6f1a5
commit 46c0cd7e6a
3 changed files with 10 additions and 17 deletions

View file

@ -84,10 +84,9 @@ const CommentContent: FC<IProps> = memo(
return (
<div className={styles.wrap}>
{!!prefix && <div className={styles.prefix}>{prefix}</div>}
{comment.text.trim() && (
<Group className={classnames(styles.block, styles.block_text)}>
{!!prefix && <div className={styles.prefix}>{prefix}</div>}
{menu}
<Group className={styles.renderers}>