Fixed eslint error

This commit is contained in:
Pablo Bendersky
2021-11-29 13:02:38 -03:00
parent 08702565f7
commit 31851b2e30

View File

@@ -83,7 +83,7 @@ const setupNode = (g, parent, node, altFlag) => {
nodeDb[node.id].description = node.description; nodeDb[node.id].description = node.description;
} }
} }
} }
// Save data for description and group so that for instance a statement without description overwrites // Save data for description and group so that for instance a statement without description overwrites
// one with description // one with description