diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-05-31 08:55:43 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-05-31 08:55:43 +0700 |
| commit | 0d28dc8ff5fb8c5399e356ed6ecae4fce2019ca6 (patch) | |
| tree | 51c25a7c508b30e974551c69680a10a76470c147 /src/pages | |
| parent | 62d2edfa5ae62cd8faa2d0322ddfd5dfa6ad2d2e (diff) | |
<hafid> fix repeat-order
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/my/transactions/index.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/my/transactions/index.jsx b/src/pages/my/transactions/index.jsx index c1fb9a67..987d851d 100644 --- a/src/pages/my/transactions/index.jsx +++ b/src/pages/my/transactions/index.jsx @@ -15,13 +15,13 @@ export default function MyTransactions() { <MobileView> <AppLayout title='Transaksi'> - <TransactionsComponent /> + <TransactionsComponent context='transactions' /> </AppLayout> </MobileView> <DesktopView> <BasicLayout> - <TransactionsComponent /> + <TransactionsComponent context='transactions' /> </BasicLayout> </DesktopView> </IsAuth> |
