Remove dollar sign from close account modal (#244)

This commit is contained in:
Tom French 2022-09-06 11:02:56 +01:00 committed by GitHub
parent 5a00bf6b43
commit c9a543310d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>