File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
apps/insights/src/components/Root Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { AppShell } from "@pythnetwork/component-library/AppShell";
22import { lookup as lookupPublisher } from "@pythnetwork/known-publishers" ;
33import { NuqsAdapter } from "nuqs/adapters/next/app" ;
44import type { ReactNode } from "react" ;
5- import { Suspense } from "react" ;
65
76import {
87 AMPLITUDE_API_KEY ,
@@ -35,11 +34,7 @@ export const Root = ({ children }: Props) => (
3534 enableAccessibilityReporting = { ENABLE_ACCESSIBILITY_REPORTING }
3635 providers = { [ NuqsAdapter , LivePriceDataProvider ] }
3736 tabs = { TABS }
38- extraCta = {
39- < Suspense fallback = { < SearchButtonImpl isLoading /> } >
40- < SearchButton />
41- </ Suspense >
42- }
37+ extraCta = { < SearchButton /> }
4338 >
4439 { children }
4540 </ AppShell >
You can’t perform that action at this time.
0 commit comments