aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/app/components/nav/settings/SettingsNav.tsx
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2022-04-07 20:10:48 +0200
committersonartech <sonartech@sonarsource.com>2022-04-08 20:02:59 +0000
commit426062571e84035f9ff66f4e53bba71837c61921 (patch)
tree6688c82f876789293b752d8519ac152ff1cb83ad /server/sonar-web/src/main/js/app/components/nav/settings/SettingsNav.tsx
parent8552fdb1d725753b4c4128ef81771db528d41c49 (diff)
downloadsonarqube-426062571e84035f9ff66f4e53bba71837c61921.tar.gz
sonarqube-426062571e84035f9ff66f4e53bba71837c61921.zip
[NO-JIRA] Fix eslint issues
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;
}