#288 Fixes Sign and Complete Spinner Issue #301
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue-288-sign-complete-spinner-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR fixes #288.
The loading state is interruped before the app navigates to the /validate screen because a redundant useEffect re-render of the page is triggered by a Sigit update.
Solution: