diff --git a/addon/components/validated-input/label.hbs b/addon/components/validated-input/label.hbs index 5898f130..415dbe10 100644 --- a/addon/components/validated-input/label.hbs +++ b/addon/components/validated-input/label.hbs @@ -3,5 +3,5 @@ for={{@inputId}} ...attributes > - {{yield}}{{@label}}{{if @required " *"}} + {{yield}}{{@label}}{{if (and @label @required) " *"}} \ No newline at end of file