Skip to content

Commit

Permalink
fix: buy sell form payment method ids (#4955)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolsachdeva committed Mar 1, 2022
1 parent 0478a90 commit 70ea4c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/p2p/src/components/buy-sell/buy-sell-form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const BuySellForm = props => {
buy_sell_store.setInitialReceiveAmount();

return () => {
buy_sell_store.payment_method_ids = [];
disposeReceiveAmountReaction();
};
},
Expand Down

1 comment on commit 70ea4c7

@vercel
Copy link

@vercel vercel bot commented on 70ea4c7 Mar 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.