Explorar el Código

fix lint error

Futa Arai hace 2 años
padre
commit
e7467f56cd
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      apps/app/src/components/PageAlert/PageGrantAlert.tsx

+ 4 - 2
apps/app/src/components/PageAlert/PageGrantAlert.tsx

@@ -33,9 +33,11 @@ export const PageGrantAlert = (): JSX.Element => {
       if (pageData.grant === 5) {
         return (
           <>
-            <i className="icon-fw icon-organization"></i><strong>{
+            <i className="icon-fw icon-organization"></i>
+            <strong>{
               isPopulated(pageData.grantedGroups[0].item) && pageData.grantedGroups[0].item.name
-            }</strong>
+            }
+            </strong>
           </>
         );
       }