Alexandru Cambose преди 3 месеца
родител
ревизия
b3f9c31678
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  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>