Skip to content

Commit

Permalink
Merge pull request #1589 from msalcala11/fix-no-billpay-accounts
Browse files Browse the repository at this point in the history
Fix: attempt to fetch bill pay accounts if account cache is empty
  • Loading branch information
JohnathanWhite authored Feb 19, 2025
2 parents ef95976 + 6d6787d commit a188ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/navigation/tabs/shop/components/Bills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export const Bills = () => {
ShopEffects.startCheckIfBillPayAvailable(),
).catch(_ => false);
setAvailable(billPayAvailable);
await dispatch(ShopEffects.startGetBillPayAccounts()).catch(() => {});
}
};
isAvailable();
Expand Down

0 comments on commit a188ea0

Please sign in to comment.