feat add Wallet History
- update table status display on Wallet Rule and Wallet History
This commit is contained in:
@ -34,6 +34,7 @@ import ProductsMaster from '@/pages/master/products/ProductsMaster';
|
||||
import ProviderMaster from '@/pages/master/provider/ProviderMaster';
|
||||
import ConversionMaster from '@/pages/master/conversion/ConversionMaster';
|
||||
import WalletRuleMaster from '@/pages/master/walletRule/WalletRuleMaster';
|
||||
import WalletHistory from '@/pages/wallet/wallet-history/WalletHistory';
|
||||
|
||||
const AppRoutingSetup = (): ReactElement => {
|
||||
return (
|
||||
@ -72,6 +73,8 @@ const AppRoutingSetup = (): ReactElement => {
|
||||
|
||||
<Route path="/transfer-type/transfer-type-management" element={<TransferType />} />
|
||||
|
||||
<Route path="/wallet/wallet-history" element={<WalletHistory />} />
|
||||
|
||||
<Route path="/notification/notification-management" element={<ManageNotification />} />
|
||||
|
||||
<Route path="/transaction" element={<Transaction />} />
|
||||
|
||||
Reference in New Issue
Block a user