Skip to content

Commit

Permalink
update manual refund
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridel1e committed Dec 6, 2023
1 parent c76da83 commit b4c2311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const TransactionFindForm: FC<TransactionFindFormProps> = ({
disabled={!value}
loading={loading}
>
{t`Cancell transaction`}
{t`Cancel transaction`}
</Button>
)}
</Form.Listener>
Expand Down
2 changes: 1 addition & 1 deletion src/network/cardano/api/operations/refund.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const refund = (
txId,
},
undefined,
true,
!manual,
);

return subject.asObservable();
Expand Down

0 comments on commit b4c2311

Please sign in to comment.