From e54a721881093596c90fbf5f77ec1361a816936d Mon Sep 17 00:00:00 2001 From: jeznorth Date: Mon, 22 Jan 2024 14:18:19 -0800 Subject: [PATCH] Fix formatting --- app/src/components/security/SecurityRuleForm.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/components/security/SecurityRuleForm.tsx b/app/src/components/security/SecurityRuleForm.tsx index 2182def9..433a6ee3 100644 --- a/app/src/components/security/SecurityRuleForm.tsx +++ b/app/src/components/security/SecurityRuleForm.tsx @@ -236,12 +236,12 @@ const SecurityRuleForm = () => { Secured Records {hasNoSecuritySelected ? ( - + No security applied All users will have unrestricted access to selected records. - ) : ( - <> + ) : ( + <> Some of the selected records have been secured using the following rules. @@ -270,7 +270,7 @@ const SecurityRuleForm = () => { ); })} - + )}