chore(trading): remove view as pubkey banner (#5926)
This commit is contained in:
parent
c0f4278b81
commit
38d13085fb
@ -24,7 +24,6 @@ import {
|
|||||||
ProtocolUpgradeInProgressNotification,
|
ProtocolUpgradeInProgressNotification,
|
||||||
ProtocolUpgradeProposalNotification,
|
ProtocolUpgradeProposalNotification,
|
||||||
} from '@vegaprotocol/proposals';
|
} from '@vegaprotocol/proposals';
|
||||||
import { ViewingBanner } from '../components/viewing-banner';
|
|
||||||
import { Telemetry } from '../components/telemetry';
|
import { Telemetry } from '../components/telemetry';
|
||||||
import { SSRLoader } from './ssr-loader';
|
import { SSRLoader } from './ssr-loader';
|
||||||
import { PartyActiveOrdersHandler } from './party-active-orders-handler';
|
import { PartyActiveOrdersHandler } from './party-active-orders-handler';
|
||||||
@ -77,7 +76,6 @@ function AppBody({ Component }: AppProps) {
|
|||||||
mode={ProtocolUpgradeCountdownMode.IN_ESTIMATED_TIME_REMAINING}
|
mode={ProtocolUpgradeCountdownMode.IN_ESTIMATED_TIME_REMAINING}
|
||||||
/>
|
/>
|
||||||
<ProtocolUpgradeInProgressNotification />
|
<ProtocolUpgradeInProgressNotification />
|
||||||
<ViewingBanner />
|
|
||||||
</div>
|
</div>
|
||||||
<div data-testid={`pathname-${location.pathname}`}>
|
<div data-testid={`pathname-${location.pathname}`}>
|
||||||
<Component />
|
<Component />
|
||||||
|
Loading…
Reference in New Issue
Block a user