diff --git a/jsx/src/components/ServerDashboard/ServerDashboard.jsx b/jsx/src/components/ServerDashboard/ServerDashboard.jsx index 9b08f0fa..18c6c358 100644 --- a/jsx/src/components/ServerDashboard/ServerDashboard.jsx +++ b/jsx/src/components/ServerDashboard/ServerDashboard.jsx @@ -153,10 +153,9 @@ const ServerDashboard = (props) => { ); }; - const EditUserCell = ({ user, numServers, serverName }) => { - if (serverName) return null; + const EditUserCell = ({ user }) => { return ( -
{server.name}
- ) : ( -[MAIN]
- )} -{server.name}
+ ) : ( +[MAIN]
+ )} +