Closed NicolaLS closed 1 month ago
Remove the fiatUnit state in Send because it is redundant since we can access this.props.activeCurrency since this commit: 373b7e89a2cbf6d4cf8f51ac69743b9a7b4efd61
fiatUnit
this.props.activeCurrency
Small PR preparation for send.tsx refactor.
send.tsx
Remove the
fiatUnit
state in Send because it is redundant since we can accessthis.props.activeCurrency
since this commit: 373b7e89a2cbf6d4cf8f51ac69743b9a7b4efd61Small PR preparation for
send.tsx
refactor.