Skip to content

Commit

Permalink
fix: remove duplicate settings tab (#4552)
Browse files Browse the repository at this point in the history
(cherry picked from commit aa9a3e9)
  • Loading branch information
YounixM authored and prashant-shahi committed Feb 14, 2024
1 parent c02bfff commit 8c5099e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/Settings/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const getRoutes = (
settings.push(...alertChannels(t));
} else {
settings.push(...alertChannels(t));
settings.push(...generalSettings(t));
}

settings.push(...generalSettings(t));
Expand Down

0 comments on commit 8c5099e

Please sign in to comment.