We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0a79e commit b336e02Copy full SHA for b336e02
apps/main/src/dex/components/MonadBannerAlert.tsx
@@ -4,7 +4,7 @@ import { Banner } from '@ui-kit/shared/ui/Banner'
4
import { PoolUrlParams } from '../types/main.types'
5
6
const MonadBannerAlert = ({ params }: { params: PoolUrlParams }) => {
7
- const showFactoryStableNg11Banner = params.pool === 'factory-stable-ng-11' && params.network === 'monad'
+ const showFactoryStableNg11Banner = params.poolIdOrAddress === 'factory-stable-ng-11' && params.network === 'monad'
8
9
if (showFactoryStableNg11Banner)
10
return (
0 commit comments