diff --git a/src/pages/status.jsx b/src/pages/status.jsx index 5fb3aea8..952afb60 100644 --- a/src/pages/status.jsx +++ b/src/pages/status.jsx @@ -1100,7 +1100,7 @@ function StatusThread({ id, closeLink = '/', instance: propInstance }) { Experimental { const statusURL = getInstanceStatusURL(heroStatus.url); if (statusURL) { @@ -1112,7 +1112,15 @@ function StatusThread({ id, closeLink = '/', instance: propInstance }) { > - Switch to post's instance ({postInstance}) + Switch to post's instance + {postInstance ? ( + <> + {' '} + ({postInstance}) + + ) : ( + '' + )}