Skip to content

Commit 44d9fbf

Browse files
committed
fix: format
1 parent 02a7589 commit 44d9fbf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

site/src/pages/OrganizationSettingsPage/OrganizationSettingsPageView.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,11 @@ export const OrganizationSettingsPageView: FC<
133133
>
134134
<div className="flex bg-surface-orange items-center justify-between border border-solid border-orange-600 rounded-[8px] p-3 pl-[18px] gap-2 flex-grow //flex-wrap">
135135
<span>Deleting an organization is irreversible.</span>
136-
<Button variant="destructive" onClick={() => setIsDeleting(true)} className="min-w-fit">
136+
<Button
137+
variant="destructive"
138+
onClick={() => setIsDeleting(true)}
139+
className="min-w-fit"
140+
>
137141
Delete this organization
138142
</Button>
139143
</div>
@@ -151,4 +155,3 @@ export const OrganizationSettingsPageView: FC<
151155
</div>
152156
);
153157
};
154-

0 commit comments

Comments
 (0)