diff --git a/src/components/panels/EditorPanel.jsx b/src/components/panels/EditorPanel.jsx index b2a2b49..5c02b2f 100644 --- a/src/components/panels/EditorPanel.jsx +++ b/src/components/panels/EditorPanel.jsx @@ -54,7 +54,7 @@ class Component extends React.PureComponent { render() { const { - mode, routerPoints, distance, estimated, activeSticker, logo, user, editing, title, address, + mode, distance, estimated, changed, logo, editing, } = this.props; return ( @@ -130,14 +130,14 @@ class Component extends React.PureComponent {