fix: update rental tab ID to rentalType for consistency

This commit is contained in:
sazzadulalambd
2026-05-09 13:18:26 +06:00
parent 53fb6d9e67
commit f8b4d7e2ea

View File

@@ -1439,7 +1439,7 @@ export default function CompanySettingsPage() {
{ id: 'investor', label: 'Investor' }, { id: 'investor', label: 'Investor' },
{ id: 'merchant', label: 'Merchant' }, { id: 'merchant', label: 'Merchant' },
{ id: 'swapstation', label: 'Swap Station' }, { id: 'swapstation', label: 'Swap Station' },
{ id: 'rental', label: 'Rental Types' }, { id: 'rentalType', label: 'Rental Types' },
].map(tab => ( ].map(tab => (
<button <button
key={tab.id} key={tab.id}