@@ -229,7 +233,10 @@ function ApprovalRequest({ approval, orgId, onSuccess }: ApprovalRequestProps) {
{t("deviceInformation")}
- {formatFingerprintInfo(approval.fingerprint, t)}
+ {formatFingerprintInfo(
+ approval.fingerprint,
+ t
+ )}
diff --git a/src/components/CreateRoleForm.tsx b/src/components/CreateRoleForm.tsx
index ba9863b5..3ea56c53 100644
--- a/src/components/CreateRoleForm.tsx
+++ b/src/components/CreateRoleForm.tsx
@@ -160,56 +160,51 @@ export default function CreateRoleForm({
)}
/>
- {build !== "oss" && (
-