Commit 1be03eaa authored by André Luís's avatar André Luís

Fix typo on targetLine in mutation

parent af688bd6
......@@ -127,7 +127,7 @@ export default {
if (targetLine) {
const side = targetLine.left && targetLine.left.lineCode === lineCode ? 'left' : 'right';
Object.assign(targetline[side], {
Object.assign(targetLine[side], {
discussions: [],
});
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment