Skip to content

Commit

Permalink
fix: clear error state before retrying hash prefill
Browse files Browse the repository at this point in the history
  • Loading branch information
kleysc committed Dec 26, 2024
1 parent 06ca3a1 commit 4b9766b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export const VerifyGuardians: React.FC<Props> = ({ next }) => {
);

// Prefill hashes if already verified
setError(undefined);
if (
peers[ourCurrentId].status === GuardianServerStatus.VerifiedConfigs
) {
Expand Down

0 comments on commit 4b9766b

Please sign in to comment.