Skip to content
Snippets Groups Projects
Commit d2a6626b authored by Williams, Darius Shamar's avatar Williams, Darius Shamar
Browse files

Removing double assignment

parent b76e17f4
No related branches found
No related tags found
1 merge request!421Wdfn 768 - Convert the legend component to vue
......@@ -114,7 +114,7 @@ export default {
});
repositionLastMarkerWhenNeeded();
//start new row
yPosition = yPosition = yPosition + VERTICAL_ROW_OFFSET;
yPosition = yPosition + VERTICAL_ROW_OFFSET;
});
// Set the size of the containing svg node to the size of the legend.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment