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";
2
2
import { lookup as lookupPublisher } from "@pythnetwork/known-publishers" ;
3
3
import { NuqsAdapter } from "nuqs/adapters/next/app" ;
4
4
import type { ReactNode } from "react" ;
5
- import { Suspense } from "react" ;
6
5
7
6
import {
8
7
AMPLITUDE_API_KEY ,
@@ -35,11 +34,7 @@ export const Root = ({ children }: Props) => (
35
34
enableAccessibilityReporting = { ENABLE_ACCESSIBILITY_REPORTING }
36
35
providers = { [ NuqsAdapter , LivePriceDataProvider ] }
37
36
tabs = { TABS }
38
- extraCta = {
39
- < Suspense fallback = { < SearchButtonImpl isLoading /> } >
40
- < SearchButton />
41
- </ Suspense >
42
- }
37
+ extraCta = { < SearchButton /> }
43
38
>
44
39
{ children }
45
40
</ AppShell >
You can’t perform that action at this time.
0 commit comments