Refactor: Implement emergency system plan
This commit is contained in:
@@ -209,7 +209,7 @@ const AdminDashboard = () => {
|
||||
case 'navigation':
|
||||
return <GeolocationTab activeSubTab="navigation" />;
|
||||
case 'emergency':
|
||||
return <EmergencyTab {...tabProps} />;
|
||||
return <EmergencyTab />;
|
||||
case 'support':
|
||||
return <SupportTab {...tabProps} />;
|
||||
case 'config':
|
||||
|
||||
Reference in New Issue
Block a user