Skip to content

Commit

Permalink
Update account.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus authored and Aniket-Engg committed Apr 9, 2024
1 parent e99f555 commit f33583b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion libs/remix-ui/run-tab/src/lib/components/account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@ export function AccountUI(props: AccountProps) {
title: intl.formatMessage({id: 'udapp.injectedTitle'})
})
break


case 'vm-cancun':
setPlusOpt({
classList: '',
title: intl.formatMessage({id: 'udapp.createNewAccount'})
})
break

case 'vm-paris':
setPlusOpt({
classList: '',
Expand Down

0 comments on commit f33583b

Please sign in to comment.