Skip to content

Commit

Permalink
L1-63: Remove polkadot OpenGov migration banner
Browse files Browse the repository at this point in the history
  • Loading branch information
youPickItUp committed Oct 14, 2024
1 parent c3b7b88 commit 8d68c48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/page-staking/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import SuspensionsPage from './Suspensions/index.js';
import Targets from './Targets/index.js';
import Validators from './Validators/index.js';
import { STORE_FAVS_BASE } from './constants.js';
import MarkPoolsWarning from './MarkPoolsWarning.js';
import { useTranslation } from './translate.js';
import useNominations from './useNominations.js';
import useSortedTargets from './useSortedTargets.js';
Expand Down Expand Up @@ -150,7 +149,6 @@ function StakingApp ({ basePath, className = '' }: Props): React.ReactElement<Pr
}
items={items}
/>
<MarkPoolsWarning />
<Routes>
<Route path={basePath}>
<Route
Expand Down

0 comments on commit 8d68c48

Please sign in to comment.