Skip to content

Commit

Permalink
fix canDiscard
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo committed Feb 3, 2025
1 parent 760fd7a commit fe8b5b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/wallet-mobile/src/components/Modal/ModalContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ const modalReducer = (state: ModalState, action: ModalAction) => {
isOpen: true,
isLoading: false,
full: action.full,
canDiscard: action.canDiscard,
}

case 'close':
Expand Down

0 comments on commit fe8b5b9

Please sign in to comment.