diff --git a/client/src/components/map/MapStatusbar/MapStatusbar.tsx b/client/src/components/map/MapStatusbar/MapStatusbar.tsx index 299a008..fae4eaa 100644 --- a/client/src/components/map/MapStatusbar/MapStatusbar.tsx +++ b/client/src/components/map/MapStatusbar/MapStatusbar.tsx @@ -1,20 +1,17 @@ -import { CSSProperties } from 'react' import { useMapStore } from '../../../store/map'; import { Divider, Text } from '@fluentui/react-components'; interface IMapStatusbarProps { - mapControlsStyle: CSSProperties; map_id: string; } const MapStatusbar = ({ - mapControlsStyle, map_id }: IMapStatusbarProps) => { const { currentCoordinate, currentX, currentY, currentZ, statusText } = useMapStore().id[map_id] return ( -