Fix translate button not being shown when the toot has no Content Warning

th-downstream
Claire 2 years ago
parent 956baf919f
commit b15bf23f9d

@ -432,7 +432,7 @@ class StatusContent extends React.PureComponent {
/>
{media}
{extraMedia}
{!hidden && translateButton}
{translateButton}
</div>
);
} else {
@ -453,7 +453,7 @@ class StatusContent extends React.PureComponent {
/>
{media}
{extraMedia}
{!hidden && translateButton}
{translateButton}
</div>
);
}

Loading…
Cancel
Save