From 538fc97289829804bdb9e0d0889de1e4f1f49b0c Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Mon, 31 Mar 2025 18:10:16 +0200 Subject: [PATCH] fix prettier --- client/src/components/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Sidebar.tsx b/client/src/components/Sidebar.tsx index 90471d5..33e88a7 100644 --- a/client/src/components/Sidebar.tsx +++ b/client/src/components/Sidebar.tsx @@ -379,7 +379,7 @@ const Sidebar = ({ {connectionStatus === "connected" ? ( <> - {transportType === 'stdio' ? 'Restart' : 'Reconnect'} + {transportType === "stdio" ? "Restart" : "Reconnect"} ) : ( <>