Skip to content

Commit e69bfc5

Browse files
prettier-fix
1 parent debb003 commit e69bfc5

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
@@ -398,7 +398,7 @@ const Sidebar = ({
398398
<div className="space-y-2">
399399
{connectionStatus === "connected" && (
400400
<div className="grid grid-cols-2 gap-4">
401-
<Button data-testid="connect-button" onClick={onConnect}>
401+
<Button data-testid="connect-button" onClick={onConnect}>
402402
<RotateCcw className="w-4 h-4 mr-2" />
403403
{transportType === "stdio" ? "Restart" : "Reconnect"}
404404
</Button>

0 commit comments

Comments
 (0)