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 2665b72 commit b3519e1Copy full SHA for b3519e1
modules/migration/components/MigrationBanner.tsx
@@ -21,7 +21,7 @@ export function MigrationBanner(): React.ReactElement | null {
21
isDelegateV1Contract,
22
isDelegatedToV1Contract
23
} = useMigrationStatus();
24
- const showDelegationMigrationBanner = (isDelegateV1Contract) || isDelegatedToV1Contract;
+ const showDelegationMigrationBanner = (isDelegateV1Contract && !isShadowDelegate) || isDelegatedToV1Contract;
25
26
const { variant, href, copy } = getMigrationBannerContent({
27
0 commit comments