diff --git a/src/components/panels/EditorPanel.jsx b/src/components/panels/EditorPanel.jsx index c53a104..b6b6cf4 100644 --- a/src/components/panels/EditorPanel.jsx +++ b/src/components/panels/EditorPanel.jsx @@ -38,22 +38,22 @@ export class EditorPanel extends React.PureComponent { РЕДАКТОР - - -
{(totalDistance > 0) ? - - {totalDistance} км - - { - (estimateTime > 0) && (estimateTime > 0) && {toHours(estimateTime)} - } - + + {totalDistance} км + + { + (estimateTime > 0) && (estimateTime > 0) && {toHours(estimateTime)} + } + :
Начните рисовать -->
}
+
+ +