diff --git a/src/generators/template/utils.js b/src/generators/template/utils.js index 7b99937..bf81508 100644 --- a/src/generators/template/utils.js +++ b/src/generators/template/utils.js @@ -457,9 +457,9 @@ export function transformStaticAttributesIntoExpressions(attributes) { attribute.value ? attribute.value : // boolean attributes should be treated differently - attribute[IS_BOOLEAN_ATTRIBUTE] - ? attribute.name - : '' + attribute[IS_BOOLEAN_ATTRIBUTE] + ? attribute.name + : '' }'`, }, ],