From bfa0b350aca3151e37731b6d6a8cea5248942c1b Mon Sep 17 00:00:00 2001 From: Garret Alfert Date: Tue, 26 Mar 2019 23:07:19 +0100 Subject: [PATCH] Fix template linting errors --- app/components/add-contributor/template.hbs | 14 +++++++------- app/components/add-proposal/template.hbs | 10 +++++----- .../chart-contributions-by-type/template.hbs | 2 +- app/components/contributor-list/template.hbs | 6 +++--- app/templates/index.hbs | 4 ++-- app/templates/proposals/new.hbs | 2 +- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/app/components/add-contributor/template.hbs b/app/components/add-contributor/template.hbs index c47fd92..235c535 100644 --- a/app/components/add-contributor/template.hbs +++ b/app/components/add-contributor/template.hbs @@ -13,7 +13,7 @@ type="text" placeholder="0xF18E631Ea191aE4ebE70046Fcb01a436554421BA4" value=account - class=(if isValidAccount 'valid' '')}} + class=(if isValidAccount "valid" "")}}