Skip to content

Commit 9a7ba34

Browse files
committed
npm run prettier-fix
1 parent 2ecfdb0 commit 9a7ba34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

client/src/components/Sidebar.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,7 @@ const Sidebar = ({
296296
className="font-mono"
297297
/>
298298
</TooltipTrigger>
299-
<TooltipContent>
300-
{sseUrl}
301-
</TooltipContent>
299+
<TooltipContent>{sseUrl}</TooltipContent>
302300
</Tooltip>
303301
) : (
304302
<Input

0 commit comments

Comments
 (0)