larxius commited on
Commit
5d8ecbf
·
verified ·
1 Parent(s): 5dedea3

Update frontend/src/pages/Settings.jsx

Browse files
Files changed (1) hide show
  1. frontend/src/pages/Settings.jsx +1 -1
frontend/src/pages/Settings.jsx CHANGED
@@ -1057,7 +1057,7 @@ export const AlertSettingsPage = () => {
1057
 
1058
 
1059
  {/* Profile Tab */}
1060
- {(activeTab === 'profile' || !tabItems.some(t => t.id === activeTab)) && (
1061
  <Profile />
1062
  )}
1063
 
 
1057
 
1058
 
1059
  {/* Profile Tab */}
1060
+ {activeTab === 'profile' && (
1061
  <Profile />
1062
  )}
1063