Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #661 from threshold-network/unmint-details-status-fix
UnmintDetails component - redemption status bug fix There is a bug with `UnmintDetails` component. The **in progress** status occurs to be false positive when the component is rendered with the redemption data initially present. The solution to the issue was to fallback conditional rendering to the `shouldForceIsProcessCompleted` value which reflects the state when data is initially present and indicates to force the **completed** state.
- Loading branch information