Skip to content

Commit b3f9c31

Browse files
committed
fix: formatting
1 parent 80e1eda commit b3f9c31

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/insights/src/components/Root/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ export const Root = ({ children }: Props) => (
3333
enableAccessibilityReporting={ENABLE_ACCESSIBILITY_REPORTING}
3434
providers={[NuqsAdapter, LivePriceDataProvider]}
3535
tabs={TABS}
36-
extraCta={
37-
<SearchButton />
38-
}
36+
extraCta={<SearchButton />}
3937
>
4038
{children}
4139
</AppShell>

0 commit comments

Comments
 (0)