diff --git a/src/pages/accounts.jsx b/src/pages/accounts.jsx
index 658a49db..2391898b 100644
--- a/src/pages/accounts.jsx
+++ b/src/pages/accounts.jsx
@@ -110,28 +110,32 @@ function Accounts({ onClose }) {
}
>
-
- {!isStandalone && !isCurrent && (
-
-
-
- Switch in new tab/window
-
-
+ {moreThanOneAccount && (
+ <>
+
+ {!isStandalone && !isCurrent && (
+
+
+
+ Switch in new tab/window
+
+
+ )}
+
+ >
)}
-