Skip to content

Commit

Permalink
fix close modal message for settlement (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
weeebr committed Mar 9, 2023
1 parent 8e3ef12 commit db78b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/internal/modals/SettlementOffer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function SettlementOfferModal({
};

if (data && data.status.latestSettlementOfferBy) {
onModalClose();
onModalClose("change");
renderModal(ApproveSettlementModal, settlementModalProps);
}

Expand Down

0 comments on commit db78b35

Please sign in to comment.