Browse Source

[web] Fix lint error

Neeraj Gupta 1 year ago
parent
commit
51f19cf2fd
1 changed files with 5 additions and 5 deletions
  1. 5 5
      web/apps/photos/src/components/Sidebar/UtilitySection.tsx

+ 5 - 5
web/apps/photos/src/components/Sidebar/UtilitySection.tsx

@@ -135,11 +135,11 @@ export default function UtilitySection({ closeSidebar }) {
             />
 
             {isInternalUser() && (
-            <EnteMenuItem
-                variant="secondary"
-                onClick={redirectToAccountsPage}
-                label={t("PASSKEYS")}
-            />
+                <EnteMenuItem
+                    variant="secondary"
+                    onClick={redirectToAccountsPage}
+                    label={t("PASSKEYS")}
+                />
             )}
 
             <EnteMenuItem