summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-05-31 08:55:43 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-05-31 08:55:43 +0700
commit0d28dc8ff5fb8c5399e356ed6ecae4fce2019ca6 (patch)
tree51c25a7c508b30e974551c69680a10a76470c147 /src/pages
parent62d2edfa5ae62cd8faa2d0322ddfd5dfa6ad2d2e (diff)
<hafid> fix repeat-order
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/my/transactions/index.jsx4
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>