mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-22 21:59:22 +01:00
Sometimes, a bracket makes a huge difference
This commit is contained in:
parent
49301ae965
commit
45c872df28
1 changed files with 52 additions and 51 deletions
|
@ -653,7 +653,8 @@ function StatusPage() {
|
||||||
enableTranslate
|
enableTranslate
|
||||||
/>
|
/>
|
||||||
</InView>
|
</InView>
|
||||||
{uiState !== 'loading' && !authenticated ? (
|
{uiState !== 'loading' &&
|
||||||
|
(!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,
|
||||||
|
@ -703,12 +704,12 @@ function StatusPage() {
|
||||||
})();
|
})();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Icon icon="transfer" /> Switch to my instance to
|
<Icon icon="transfer" /> Switch to my instance
|
||||||
enable interactions
|
to enable interactions
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
)}
|
))}
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<Link
|
<Link
|
||||||
|
|
Loading…
Reference in a new issue