fix: update rental tab ID to rentalType for consistency
This commit is contained in:
@@ -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 => (
|
||||
<button
|
||||
key={tab.id}
|
||||
|
||||
Reference in New Issue
Block a user