Skip to content

Commit

Permalink
fixed: prettier errors
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Dec 15, 2023
1 parent 978cb5b commit 55c1f3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/generators/template/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
: ''
}'`,
},
],
Expand Down

0 comments on commit 55c1f3d

Please sign in to comment.