feat: add like button on picture note card
This commit is contained in:
parent
92a0f9071f
commit
52daf39584
4 changed files with 10 additions and 6 deletions
|
|
@ -89,7 +89,7 @@ export default function RepostButton({
|
|||
title={t('Repost')}
|
||||
>
|
||||
{reposting ? <Loader className="animate-spin" size={16} /> : <Repeat size={16} />}
|
||||
<div className="text-sm">{formatCount(repostCount)}</div>
|
||||
{!!repostCount && <div className="text-sm">{formatCount(repostCount)}</div>}
|
||||
</button>
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue