Skip to content

Commit

Permalink
show migration banner for delegators
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler17 committed Oct 24, 2024
1 parent 2524270 commit f984329
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/migration/components/MigrationBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ export function MigrationBanner(): React.ReactElement | null {
isDelegateV1Contract,
isDelegatedToV1Contract
} = useMigrationStatus();
//TODO: uncomment the isDelegatedToV1Contract code once we're ready for the delegator migration
const showDelegationMigrationBanner = (isDelegateV1Contract && !isShadowDelegate) ;//|| isDelegatedToV1Contract;
const showDelegationMigrationBanner = (isDelegateV1Contract) || isDelegatedToV1Contract;

const { variant, href, copy } = getMigrationBannerContent({
isDelegateV1Contract,
Expand Down

0 comments on commit f984329

Please sign in to comment.