From f8b4d7e2ea4aaa4c36e42c9579a1ad9d8c50cc8f Mon Sep 17 00:00:00 2001 From: sazzadulalambd Date: Sat, 9 May 2026 13:18:26 +0600 Subject: [PATCH] fix: update rental tab ID to rentalType for consistency --- src/app/admin/settings/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/admin/settings/page.tsx b/src/app/admin/settings/page.tsx index 287c03f..470b933 100644 --- a/src/app/admin/settings/page.tsx +++ b/src/app/admin/settings/page.tsx @@ -1439,7 +1439,7 @@ export default function CompanySettingsPage() { { id: 'investor', label: 'Investor' }, { id: 'merchant', label: 'Merchant' }, { id: 'swapstation', label: 'Swap Station' }, - { id: 'rental', label: 'Rental Types' }, + { id: 'rentalType', label: 'Rental Types' }, ].map(tab => (