kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
fix operator
rodzic
347897cd9d
commit
fc78f8fa1a
|
@ -619,7 +619,7 @@ class MediaGallery extends React.PureComponent {
|
|||
'left-1 top-1': visible || compact,
|
||||
})}
|
||||
>
|
||||
{(sensitive | inReview) && (
|
||||
{(sensitive || inReview) && (
|
||||
(visible || compact) ? (
|
||||
<Button
|
||||
text={intl.formatMessage(messages.toggle_visible)}
|
||||
|
|
Ładowanie…
Reference in New Issue