Revert "Sometimes, a bracket makes a huge difference"

This reverts commit 45c872df28.
This commit is contained in:
Lim Chee Aun 2023-03-31 19:46:54 +08:00
parent c9e120b753
commit c8d582184f

View file

@ -653,8 +653,7 @@ function StatusPage() {
enableTranslate
/>
</InView>
{uiState !== 'loading' &&
(!authenticated ? (
{uiState !== 'loading' && !authenticated ? (
<div class="post-status-banner">
<p>
You're not logged in. Interactions (reply, boost,
@ -704,12 +703,12 @@ function StatusPage() {
})();
}}
>
<Icon icon="transfer" /> Switch to my instance
to enable interactions
<Icon icon="transfer" /> Switch to my instance to
enable interactions
</button>
</div>
)
))}
)}
</>
) : (
<Link