Skip to content

Commit

Permalink
fix: cfd account title (deriv-com#11675)
Browse files Browse the repository at this point in the history
Co-authored-by: adrienne-deriv <[email protected]>
  • Loading branch information
thisyahlen-deriv and adrienne-deriv authored Nov 22, 2023
1 parent 1d26258 commit dfe9d74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const AddedMT5AccountsList: React.FC<TProps> = ({ account }) => {
>
<div className='wallets-added-mt5__details'>
<div className='wallets-added-mt5__details-title'>
<WalletText size='2xs'>{title}</WalletText>
<WalletText size='sm'>{title}</WalletText>
{!activeWallet?.is_virtual && (
<div className='wallets-added-mt5__details-title-landing-company'>
<WalletText size='2xs' weight='bold'>
Expand Down

0 comments on commit dfe9d74

Please sign in to comment.