kopia lustrzana https://github.com/cheeaun/phanpy
Don't show card for sensitive/CW content
rodzic
6f61fc4de2
commit
a429da37f4
|
@ -432,6 +432,8 @@ function Status({
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{!!card &&
|
{!!card &&
|
||||||
|
!sensitive &&
|
||||||
|
!spoilerText &&
|
||||||
(size === 'l' ||
|
(size === 'l' ||
|
||||||
(size === 'm' && !poll && !mediaAttachments.length)) && (
|
(size === 'm' && !poll && !mediaAttachments.length)) && (
|
||||||
<Card
|
<Card
|
||||||
|
|
Ładowanie…
Reference in New Issue