Change preview cards to be shown when Content Warnings are expanded (#33827)

pull/2976/head
Claire 2025-02-04 11:40:43 +01:00
parent 44e38b79de
commit 2954c2facb
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ class Status extends ImmutablePureComponent {
</Bundle> </Bundle>
); );
} }
} else if (status.get('spoiler_text').length === 0 && status.get('card')) { } else if (status.get('card')) {
media = ( media = (
<Card <Card
onOpenMedia={this.handleOpenMedia} onOpenMedia={this.handleOpenMedia}