Wallet-app provides end-users an exit button on offers that have exit: { waived: null }
in the proposal
#119
Labels
exit: { waived: null }
in the proposal
#119
Describe the bug
Offers can have several exit clauses defined for them, one of them being
waived
meaning that only the creating smart-contract can exit this created offer. Currently the wallet-app displays an exit button for these offers and attempts to create an exit offer transaction, which fails.To Reproduce
Steps to reproduce the behavior:
exit: { waived: null }
in the proposalexit
buttonExpected behavior
Expect any offer that has the
exit: { waived: null }
in the proposal to not have a clickableexit
button in the wallet-app frontendPlatform Environment
Additional context
Screenshots
The text was updated successfully, but these errors were encountered: