Skip to content

Commit

Permalink
fixup! refactor(suite): renamed currency to cryptoId
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasBoda committed Jan 3, 2025
1 parent ff1329a commit 1750c64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const CoinmarketVerify = ({ coinmarketVerifyAccount, cryptoId }: Coinmark
const { accountTooltipTranslationId, addressTooltipTranslationId } = getTranslationIds(
selectedAccountOption?.type,
);
const coinSymbol = getCoinmarketNetworkDisplaySymbol(cryptoIdToCoinSymbol(currency) ?? '');
const coinSymbol = getCoinmarketNetworkDisplaySymbol(cryptoIdToCoinSymbol(cryptoId) ?? '');

const { ref: networkRef, ...networkField } = form.register('address', {
required: translationString('TR_EXCHANGE_RECEIVING_ADDRESS_REQUIRED'),
Expand Down

0 comments on commit 1750c64

Please sign in to comment.