Refactor: Implement emergency system plan

This commit is contained in:
gpt-engineer-app[bot]
2025-09-25 17:16:01 +00:00
parent eebd5af113
commit 5771ff3a8d
3 changed files with 293 additions and 40 deletions

View File

@@ -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':