virtual card display and banner and popout fixed

This commit was merged in pull request #838.
This commit is contained in:
victorAnumudu
2024-11-02 20:24:15 +01:00
parent dd4239312d
commit 11e356cda6
11 changed files with 763 additions and 40 deletions
+2 -2
View File
@@ -50,7 +50,7 @@ const FamilyWalletCon = () => {
};
useEffect(() => {
getPaymentHistory();
// getPaymentHistory();
getFamilyWalletBal()
}, [walletTable]);
@@ -74,7 +74,7 @@ const FamilyWalletCon = () => {
}>
<FamilyWalletBox
wallet={familyWalletBal}
payment={paymentHistory}
// payment={paymentHistory}
/>
</Suspense>
</Layout>