We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e1eda commit b3f9c31Copy full SHA for b3f9c31
apps/insights/src/components/Root/index.tsx
@@ -33,9 +33,7 @@ export const Root = ({ children }: Props) => (
33
enableAccessibilityReporting={ENABLE_ACCESSIBILITY_REPORTING}
34
providers={[NuqsAdapter, LivePriceDataProvider]}
35
tabs={TABS}
36
- extraCta={
37
- <SearchButton />
38
- }
+ extraCta={<SearchButton />}
39
>
40
{children}
41
</AppShell>
0 commit comments