Skip to content

Commit

Permalink
fix: navigate to chats after requesting refund
Browse files Browse the repository at this point in the history
  • Loading branch information
kubabutkiewicz committed Jul 2, 2024
1 parent 1beaec5 commit 5377600
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ function CardSection() {
const requestRefund = useCallback(() => {
User.requestRefund();
setIsRequestRefundModalVisible(false);
Navigation.resetToHome();
}, []);

const billingStatus = CardSectionUtils.getBillingStatus(translate, defaultCard?.accountData?.cardNumber ?? '');
Expand Down

0 comments on commit 5377600

Please sign in to comment.