Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
makamekm committed Feb 26, 2020
1 parent eb5847f commit b68ea03
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions style.plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,10 +426,7 @@ function setTextRenderer({ node, props, middleStyle, content }, { printStyle })
`<input
key="${node.id}"
className="${inputId}"
type="${props.input
|| 'text'}" placeholder="${
node.characters
}" name="${node.name.substring(7)}" />`
type="${props.input || 'text'}" placeholder="${node.characters}" name="${node.name.substring(7)}" />`
);
} else {
let para = '';
Expand Down

0 comments on commit b68ea03

Please sign in to comment.