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>
|
||||
)}
|
||||
{!!card &&
|
||||
!sensitive &&
|
||||
!spoilerText &&
|
||||
(size === 'l' ||
|
||||
(size === 'm' && !poll && !mediaAttachments.length)) && (
|
||||
<Card
|
||||
|
|
Ładowanie…
Reference in New Issue