Skip to content

Commit

Permalink
fix(core/instance): Instance links should render when no cloud provid…
Browse files Browse the repository at this point in the history
…ers (#8505)
  • Loading branch information
caseyhebebrand committed Aug 18, 2020
1 parent dab7ae7 commit 78c733c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -27,6 +27,7 @@ module(CORE_INSTANCE_DETAILS_INSTANCELINKS_COMPONENT, []).component('instanceLin
).filter(
section =>
!section.cloudProviders ||
!section.cloudProviders.length ||
!this.instance.cloudProvider ||
section.cloudProviders.includes(this.instance.cloudProvider),
);
Expand Down

0 comments on commit 78c733c

Please sign in to comment.