diff --git a/lib/shared/addon/components/cru-cloud-provider/template.hbs b/lib/shared/addon/components/cru-cloud-provider/template.hbs index e5d6fb966..59546c606 100644 --- a/lib/shared/addon/components/cru-cloud-provider/template.hbs +++ b/lib/shared/addon/components/cru-cloud-provider/template.hbs @@ -258,9 +258,11 @@ /> {{/if}} -

- {{t (get (get azureDescriptions answer.key) "description") htmlSafe=true}} -

+ {{#if (get azureDescriptions answer.key)}} +

+ {{t (get (get azureDescriptions answer.key) "description") htmlSafe=true}} +

+ {{/if}}