Skip to content

Commit

Permalink
Remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailalexander committed Feb 1, 2024
1 parent 6f998e0 commit 95cb6a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/widgets/Line/line.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95cb6a4

Please sign in to comment.