virtual card display and banner and popout fixed
This commit was merged in pull request #838.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user