mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-24 22:44:43 +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
|
||||
/>
|
||||
</InView>
|
||||
{uiState !== 'loading' && !authenticated ? (
|
||||
{uiState !== 'loading' &&
|
||||
(!authenticated ? (
|
||||
<div class="post-status-banner">
|
||||
<p>
|
||||
You're not logged in. Interactions (reply, boost,
|
||||
|
@ -703,12 +704,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
|
||||
|
|
Loading…
Add table
Reference in a new issue