Commit fa4b8c25 authored by Thomas Randolph's avatar Thomas Randolph

Fix incorrect diff line property reference

parent b409036b
......@@ -72,7 +72,7 @@ export default {
lineCode() {
return (
this.line.line_code ||
(this.line.left && this.line.line.left.line_code) ||
(this.line.left && this.line.left.line_code) ||
(this.line.right && this.line.right.line_code)
);
},
......
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