diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-07-31 11:02:58 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-07-31 11:02:58 +0000 |
| commit | 4cf94e241af5f95f567aac952dd990852026d23f (patch) | |
| tree | 5c519ac632391b34e1cc2bb31d011be37bb2d779 /src/pages | |
| parent | dc31efb2fec4c7b79917324d922ae820c4b5bb50 (diff) | |
| parent | 04961a55929017f77ee6801d2b7ada4c05689821 (diff) | |
Merged in cr/repeat-order (pull request #430)
Cr/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> |
