Convert ConfirmAddFund to Popup

This commit was merged in pull request #292.
This commit is contained in:
2023-07-11 19:47:04 +01:00
parent c53ee2833f
commit e899e5eb2a
7 changed files with 321 additions and 210 deletions
+2 -2
View File
@@ -119,7 +119,7 @@ const WalletRoutes = () => {
</Suspense>
}
>
<Route
{/* <Route
path="add-fund"
element={
<Suspense fallback={<LoadingSpinner size="16" color="sky-blue" />}>
@@ -134,7 +134,7 @@ const WalletRoutes = () => {
<ConfirmAddFund payment={paymentHistory} />
</Suspense>
}
/>
/> */}
<Route
path="transfer-fund"
element={