Skip to content

Commit

Permalink
fix: remove repeated account option
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr committed Sep 16, 2024
1 parent df40af3 commit dc527a5
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions ui/components/multichain/account-list-menu/account-list-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -420,25 +420,6 @@ export const AccountListMenu = ({
) : null
///: END:ONLY_INCLUDE_IF
}
{
///: BEGIN:ONLY_INCLUDE_IF(build-flask)
bitcoinTestnetSupportEnabled ? (
<Box marginTop={4}>
<ButtonLink
disabled={isBtcTestnetAccountAlreadyCreated}
size={ButtonLinkSize.Sm}
startIconName={IconName.Add}
onClick={() => {
setActionMode(ACTION_MODES.ADD_BITCOIN_TESTNET);
}}
data-testid="multichain-account-menu-popover-add-account-testnet"
>
{t('addNewBitcoinTestnetAccount')}
</ButtonLink>
</Box>
) : null
///: END:ONLY_INCLUDE_IF
}
<Box marginTop={4}>
<ButtonLink
size={ButtonLinkSize.Sm}
Expand Down

0 comments on commit dc527a5

Please sign in to comment.