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: '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}
|
||||||
|
|||||||
Reference in New Issue
Block a user