Revert "Sometimes, a bracket makes a huge difference"
This reverts commit 45c872df28
.
This commit is contained in:
parent
c9e120b753
commit
c8d582184f
1 changed files with 51 additions and 52 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue