Skip to content

Commit 538fc97

Browse files
committed
fix prettier
1 parent 04442b5 commit 538fc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ const Sidebar = ({
379379
{connectionStatus === "connected" ? (
380380
<>
381381
<RotateCcw className="w-4 h-4 mr-2" />
382-
{transportType === 'stdio' ? 'Restart' : 'Reconnect'}
382+
{transportType === "stdio" ? "Restart" : "Reconnect"}
383383
</>
384384
) : (
385385
<>

0 commit comments

Comments
 (0)