fix: show download buttons on video albums
All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 19s

This commit is contained in:
TerryM
2026-05-27 15:37:46 +08:00
parent 7e70798d68
commit 4a718926da

View File

@@ -96,7 +96,7 @@ function VideoAttachmentCard({
aria-hidden="true" aria-hidden="true"
/> />
)} )}
{!compact ? ( {!overlayCount ? (
<AttachmentDownloadPill <AttachmentDownloadPill
postId={postId} postId={postId}
attachment={attachment} attachment={attachment}