mirror of
https://github.com/funamitech/mastodon
synced 2025-01-23 18:23:32 +09:00
Fix: post detail view
This commit is contained in:
parent
050dae1e95
commit
c2795bd19b
@ -164,6 +164,8 @@ export const DetailedStatus: React.FC<{
|
||||
let media = contentMedia;
|
||||
let mediaIcons: string[] = contentMediaIcons;
|
||||
|
||||
const { signedIn } = useIdentity();
|
||||
|
||||
if (mediaOutsideCW) {
|
||||
media = extraMedia;
|
||||
mediaIcons = extraMediaIcons;
|
||||
|
Loading…
Reference in New Issue
Block a user