You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frontend: refactor send into a functional component
In the class based component validateAndDisplayFee was called on
many occasions in setState callback, but sometimes also directly.
Changed updateFiat from validateAndDisplayFee function argument to
a state and call validateAndDisplayFee if any of the relevant states
change.
0 commit comments