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