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
Due to the useEffect fetching the fee targets depending on config, it
was executed many times when going to the send screen, while it should
only be called once. This commit fixes this.
While not strictly necessary, I also moved the fee target fetching its
own `useLoad()`, which should decrease the chance that we will
accidentally increase the number of requests again.
Co-Authored-By: thisconnect <this@shiftcrypto.ch>
0 commit comments