formatting

This commit is contained in:
casperlamboo 2018-01-09 12:12:35 +01:00
parent 2b5d240487
commit 01bd55796e

View File

@ -71,9 +71,7 @@ class InputText extends React.Component {
>
<input
className={classes.textInput}
style={{
family: shapeData.text.family
}}
style={{ family: shapeData.text.family }}
value={shapeData.text.text}
ref="text"
spellCheck="false"