From c8d582184f7ca38eb5fb83da7acbe567cb4a69d4 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 31 Mar 2023 19:46:54 +0800 Subject: [PATCH] Revert "Sometimes, a bracket makes a huge difference" This reverts commit 45c872df28b10f6197a381704763084ee6362840. --- src/pages/status.jsx | 103 +++++++++++++++++++++---------------------- 1 file changed, 51 insertions(+), 52 deletions(-) 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 + + + ) + )} ) : (