fix: remove duplicate settings tab (#4552)

This commit is contained in:
Yunus M 2024-02-14 22:50:18 +05:30 committed by GitHub
parent ab950135ff
commit aa9a3e9349
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,6 @@ export const getRoutes = (
settings.push(...alertChannels(t));
} else {
settings.push(...alertChannels(t));
settings.push(...generalSettings(t));
}
settings.push(...generalSettings(t));