Fix build

This commit is contained in:
Dominik Prokop
2019-02-21 09:09:24 +01:00
parent 1bbf7cc294
commit f28cc871e1
5 changed files with 12 additions and 5 deletions

View File

@@ -23,7 +23,13 @@ class FunctionEditor extends React.PureComponent<FunctionEditorProps, FunctionEd
}
renderContent = ({ updatePopperPosition }) => {
const { onMoveLeft, onMoveRight, func: { def: { name, description } } } = this.props;
const {
onMoveLeft,
onMoveRight,
func: {
def: { name, description },
},
} = this.props;
const { showingDescription } = this.state;
if (showingDescription) {