summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
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>