fix operator
This commit is contained in:
parent
347897cd9d
commit
fc78f8fa1a
1 changed files with 1 additions and 1 deletions
|
@ -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)}
|
||||
|
|
Loading…
Reference in a new issue