Skip to content

Commit

Permalink
Merge pull request stakwork#579 from stakwork/feat/add_case_for_bount…
Browse files Browse the repository at this point in the history
…y_paid

PR: add case for payment already completed
  • Loading branch information
elraphty authored Oct 14, 2024
2 parents bf2f94d + c2b6be3 commit cc50957
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ function MobileView(props: CodingBountiesProps) {
}
}, 6000);
} else {
await updatePendingPaymentStatus(bountyId);
setLocalPaid('PAID');
setPaidStatus(true);
setPendingPaymentloading(false);
Expand Down

0 comments on commit cc50957

Please sign in to comment.