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

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

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

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

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

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

- -
- ) - ))} + } catch (e) { + setUIState('default'); + alert('Error: ' + e); + console.error(e); + } + })(); + }} + > + Switch to my instance to + enable interactions + + + ) + )} ) : (