We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6593a7 + f519cd5 commit 30d97abCopy full SHA for 30d97ab
src/components/sidebar/routeView/NewRouteView.tsx
@@ -72,7 +72,7 @@ class NewRouteView extends React.Component<IRouteViewProps, IRouteViewState> {
72
73
private createNewRoute = async () => {
74
this.props.mapStore!.initCoordinates();
75
- console.log("createNewRoute")
+ console.log('createNewRoute')
76
77
try {
78
const lineId = navigator.getQueryParam(QueryParams.lineId) as string;
0 commit comments