diff --git a/src/components/map/Reticle.tsx b/src/components/map/Reticle.tsx index 573cafc..aaf380b 100644 --- a/src/components/map/Reticle.tsx +++ b/src/components/map/Reticle.tsx @@ -69,7 +69,7 @@ const Reticle: React.FC<{}> = () => { = () => { strokeWidth={0.5} /> - = () => { ) .join(' ')} /> - `M ${center.x + i * unitPxStep},${center.y - 20} v 40`) .join(' ')} strokeWidth={0.5} /> - - - - - {`${radiusUnitValue} ${radiusUnit}`} + + {`${radiusUnitValue * nbUnits} ${radiusUnit}`} );