diff --git a/src/pages/status.jsx b/src/pages/status.jsx index be6aa0b8..e6bb5a30 100644 --- a/src/pages/status.jsx +++ b/src/pages/status.jsx @@ -653,62 +653,63 @@ function StatusPage() { enableTranslate /> - {uiState !== 'loading' && !authenticated ? ( -
-

- You're not logged in. Interactions (reply, boost, - etc) are not possible. -

- - Log in - -
- ) : ( - !sameInstance && ( + {uiState !== 'loading' && + (!authenticated ? (

- This post is from another instance ( - {instance}). Interactions (reply, boost, + You're not logged in. Interactions (reply, boost, etc) are not possible.

- + + Log in +
- ) - )} + ) : ( + !sameInstance && ( +
+

+ This post is from another instance ( + {instance}). Interactions (reply, boost, + etc) are not possible. +

+ +
+ ) + ))} ) : (