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:
parent
0286b6f1a5
commit
46c0cd7e6a
3 changed files with 10 additions and 17 deletions
|
@ -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}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue