Remove dollar sign from close account modal (#244)
This commit is contained in:
parent
5a00bf6b43
commit
c9a543310d
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ function CloseAccount({
|
|||
<View>
|
||||
<P>
|
||||
This account has a balance of{' '}
|
||||
<strong>${integerToCurrency(balance)}</strong>. To close
|
||||
<strong>{integerToCurrency(balance)}</strong>. To close
|
||||
this account, select a different account to transfer this
|
||||
balance to:
|
||||
</P>
|
||||
|
|
Loading…
Reference in a new issue