Ver Fonte

fix: formatting

Alexandru Cambose há 3 meses atrás
pai
commit
b3f9c31678
1 ficheiros alterados com 1 adições e 3 exclusões
  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>