diff --git a/jsx/src/components/ServerDashboard/ServerDashboard.jsx b/jsx/src/components/ServerDashboard/ServerDashboard.jsx
index 616f5a68..260ddb7f 100644
--- a/jsx/src/components/ServerDashboard/ServerDashboard.jsx
+++ b/jsx/src/components/ServerDashboard/ServerDashboard.jsx
@@ -323,7 +323,11 @@ const ServerDashboard = (props) => {
const userServerName = user.name + serverNameDash;
const open = collapseStates[userServerName] || false;
return [
-
|