Alexandru Cambose 3 hónapja
szülő
commit
b3f9c31678
1 módosított fájl, 1 hozzáadás és 3 törlés
  1. 1 3
      apps/insights/src/components/Root/index.tsx

+ 1 - 3
apps/insights/src/components/Root/index.tsx

@@ -33,9 +33,7 @@ export const Root = ({ children }: Props) => (
     enableAccessibilityReporting={ENABLE_ACCESSIBILITY_REPORTING}
     providers={[NuqsAdapter, LivePriceDataProvider]}
     tabs={TABS}
-    extraCta={
-      <SearchButton />
-    }
+    extraCta={<SearchButton />}
   >
     {children}
   </AppShell>