Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
csenet committed Apr 28, 2024
1 parent 1545171 commit 82509a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/dashboard/src/components/mapview/mapview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from "@/components/svgElements";
import { useMutation, useSuspenseQuery } from '@tanstack/react-query';
import {
addTrain,
// addTrain,
getBlockStates,
getPointStates,
getStopStates,
Expand All @@ -20,7 +20,7 @@ import {
import { StopStateEnum } from "@/proto/state/v1/stop_pb";
import { PointStateEnum } from "@/proto/state/v1/point_pb";
import { BlockState, BlockStateEnum } from "@/proto/state/v1/block_pb";
import { Train as TrainPB } from "@/proto/state/v1/train_pb";
// import { Train as TrainPB } from "@/proto/state/v1/train_pb";

const STOP_RAILS_FROM_ID: Map<string, { x: number, y: number }> = new Map([
["ninini_s1", { x: 350, y: 100 }],
Expand Down

0 comments on commit 82509a7

Please sign in to comment.