fix prettier

This commit is contained in:
Simon Knott
2025-03-31 18:10:16 +02:00
parent 04442b52a2
commit 538fc97289

View File

@@ -379,7 +379,7 @@ const Sidebar = ({
{connectionStatus === "connected" ? ( {connectionStatus === "connected" ? (
<> <>
<RotateCcw className="w-4 h-4 mr-2" /> <RotateCcw className="w-4 h-4 mr-2" />
{transportType === 'stdio' ? 'Restart' : 'Reconnect'} {transportType === "stdio" ? "Restart" : "Reconnect"}
</> </>
) : ( ) : (
<> <>