aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/app/components/nav/settings/SettingsNav.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/app/components/nav/settings/SettingsNav.tsx')
-rw-r--r--server/sonar-web/src/main/js/app/components/nav/settings/SettingsNav.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/components/nav/settings/SettingsNav.tsx b/server/sonar-web/src/main/js/app/components/nav/settings/SettingsNav.tsx
index 1075a088893..0dd3a155f42 100644
--- a/server/sonar-web/src/main/js/app/components/nav/settings/SettingsNav.tsx
+++ b/server/sonar-web/src/main/js/app/components/nav/settings/SettingsNav.tsx
@@ -37,7 +37,6 @@ interface Props {
extensions: Extension[];
fetchPendingPlugins: () => void;
fetchSystemStatus: () => void;
- location: {};
pendingPlugins: PendingPluginResult;
systemStatus: SysStatus;
}