fix: downzappable pinned posts (#1841)

Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
This commit is contained in:
soxa 2025-01-23 02:15:03 +01:00 committed by GitHub
parent 47faef872d
commit 78533bda1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -193,8 +193,7 @@ export default function ItemInfo ({
)}
{item && item.mine && !item.noteId && !item.isJob && !item.parentId &&
<CrosspostDropdownItem item={item} />}
{me && !item.position &&
!item.mine && !item.deletedAt &&
{me && !item.mine && !item.deletedAt &&
(item.meDontLikeSats > meSats
? <DropdownItemUpVote item={item} />
: <DontLikeThisDropdownItem item={item} />)}