Skip to content

Commit

Permalink
Update ServerTabs.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmyt committed Aug 29, 2024
1 parent 4406ba7 commit c0e2bac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const ServerTabs = ({activeSessions, setActiveSessionId, activeSessionId,

return (
<div className="server-tabs">
<Icon path={mdiViewSplitVertical} />
<Icon path={mdiViewSplitVertical} onClick={() => alert("Not implemented yet")} />
<div className="tabs">
{activeSessions.map(session => {
const server = getServerById(session.server);
Expand Down

0 comments on commit c0e2bac

Please sign in to comment.