diff --git a/src/components/panels/EditorPanel.jsx b/src/components/panels/EditorPanel.jsx index b6b6cf4..2581bd0 100644 --- a/src/components/panels/EditorPanel.jsx +++ b/src/components/panels/EditorPanel.jsx @@ -38,6 +38,9 @@ export class EditorPanel extends React.PureComponent { РЕДАКТОР + + +
{(totalDistance > 0) ? @@ -48,12 +51,10 @@ export class EditorPanel extends React.PureComponent { (estimateTime > 0) && (estimateTime > 0) && {toHours(estimateTime)} } - :
Начните рисовать -->
+ :
editor.changeMode(MODES.ROUTER)}>Начнать рисовать
}
-
-