Skip to content

Commit 211ad3c

Browse files
committed
prettier
1 parent 7871e6e commit 211ad3c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

client/src/components/AppsTab.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,12 @@ const AppsTab = ({
130130
<div className="mt-6 border-t pt-6">
131131
<div className="flex items-center justify-between mb-4">
132132
<h3 className="text-xl font-semibold">{selectedTool.name}</h3>
133-
<Button onClick={handleCloseApp} variant="ghost" size="sm" aria-label="Close app">
133+
<Button
134+
onClick={handleCloseApp}
135+
variant="ghost"
136+
size="sm"
137+
aria-label="Close app"
138+
>
134139
<X className="w-4 h-4" />
135140
</Button>
136141
</div>

0 commit comments

Comments
 (0)