BitBoxSwiss / bitbox-wallet-app

The BitBoxApp for desktop and mobile.
https://bitbox.swiss/app
Apache License 2.0
254 stars 82 forks source link

frontend: remove redundant fiatUnit state in Send #2867

Closed NicolaLS closed 1 month ago

NicolaLS commented 2 months ago

Remove the fiatUnit state in Send because it is redundant since we can access this.props.activeCurrency since this commit: 373b7e89a2cbf6d4cf8f51ac69743b9a7b4efd61

Small PR preparation for send.tsx refactor.