diff --git a/apps/client/src/components/Organization/OrganizationDangerZone.tsx b/apps/client/src/components/Organization/OrganizationDangerZone.tsx index ba844e5..fda1d9f 100644 --- a/apps/client/src/components/Organization/OrganizationDangerZone.tsx +++ b/apps/client/src/components/Organization/OrganizationDangerZone.tsx @@ -13,11 +13,12 @@ function OrganizationDangerZone({ organization }: OrganizationDangerZoneProps) { return (

Danger Zone

-

Potentially destructive actions, be cautious!

-
+

Potentially destructive actions, be cautious!

+ {role == 'owner' ? ( + + ) : ( - {role == 'owner' && } -
+ )}
); }