diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2022-04-07 20:10:48 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-04-08 20:02:59 +0000 |
commit | 426062571e84035f9ff66f4e53bba71837c61921 (patch) | |
tree | 6688c82f876789293b752d8519ac152ff1cb83ad /server/sonar-web/src/main/js/app/components/nav/settings/SettingsNav.tsx | |
parent | 8552fdb1d725753b4c4128ef81771db528d41c49 (diff) | |
download | sonarqube-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.tsx | 1 |
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; } |