No need to export under the alias isPluginApplicableToEntity. ...

That's an old pattern, per https://github.com/backstage/backstage/pull/5245#discussion_r609367059.

Signed-off-by: Jeff Cook <jeff.cook@endurance.com>
This commit is contained in:
Jeff Cook
2021-04-08 13:27:49 +00:00
parent 413b98ff7d
commit ec75495ee3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-sonarqube': patch
---
Export isPluginApplicableToEntity
Export isSonarQubeAvailable.
+1 -1
View File
@@ -15,4 +15,4 @@
*/
export * from './SonarQubeCard';
export { isSonarQubeAvailable as isPluginApplicableToEntity } from './useProjectKey';
export { isSonarQubeAvailable } from './useProjectKey';