parent
b312b3b485
commit
78687479df
|
@ -25,7 +25,9 @@
|
||||||
{#if content && (showContent || preloadHiddenContent)}
|
{#if content && (showContent || preloadHiddenContent)}
|
||||||
<StatusContent {...params} shown={showContent}/>
|
<StatusContent {...params} shown={showContent}/>
|
||||||
{/if}
|
{/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} />
|
<StatusCard {...params} />
|
||||||
{/if}
|
{/if}
|
||||||
{#if showMedia }
|
{#if showMedia }
|
||||||
|
|
Loading…
Reference in a new issue