diff --git a/src/ui/widgets/Line/line.tsx b/src/ui/widgets/Line/line.tsx index e9bb2a5..b2a085c 100644 --- a/src/ui/widgets/Line/line.tsx +++ b/src/ui/widgets/Line/line.tsx @@ -49,7 +49,6 @@ export const LineComponent = (props: LineComponentProps): JSX.Element => { const transform = `rotation(${rotationAngle},0,0)`; // Each marker definition needs a unique ID or colours overlap - // Get random decimal number, take decimal part and truncate const uid = uuidv4(); // Create a marker if arrows set