Parcourir la source

fix lint error

Shun Miyazawa il y a 6 mois
Parent
commit
401617a586
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1 3
      apps/app/src/pages/admin/customize.page.tsx

+ 1 - 3
apps/app/src/pages/admin/customize.page.tsx

@@ -31,9 +31,7 @@ const AdminCustomizeSettingsPage: NextPageWithLayout<Props> = (
   props: Props,
 ) => {
   useHydrateAtoms(
-    [
-      [isCustomizedLogoUploadedAtom, props.isCustomizedLogoUploaded],
-    ],
+    [[isCustomizedLogoUploadedAtom, props.isCustomizedLogoUploaded]],
     { dangerouslyForceHydrate: true },
   );