mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed comments appearance
This commit is contained in:
parent
c84dfdd2ab
commit
fe90fc16ac
4 changed files with 51 additions and 8 deletions
|
@ -25,7 +25,7 @@ const Comment: FC<IProps> = ({
|
|||
className={className}
|
||||
is_empty={is_empty}
|
||||
is_loading={is_loading}
|
||||
photo={getURL(comment_group.user.photo)}
|
||||
user={comment_group.user}
|
||||
is_same={is_same}
|
||||
{...props}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue