mirror of
https://github.com/nolanlawson/pinafore
synced 2025-02-07 23:18:41 +01:00
parent
b312b3b485
commit
78687479df
@ -25,7 +25,9 @@
|
||||
{#if content && (showContent || preloadHiddenContent)}
|
||||
<StatusContent {...params} shown={showContent}/>
|
||||
{/if}
|
||||
{#if showCard }
|
||||
<!-- Apparently it's possible for spoilered content to sometimes have embeds, but I can't figure out how.
|
||||
Don't bother optimizing this with the preloadHiddenContent. -->
|
||||
{#if showCard && showContent}
|
||||
<StatusCard {...params} />
|
||||
{/if}
|
||||
{#if showMedia }
|
||||
|
Loading…
x
Reference in New Issue
Block a user