fix depth
This commit is contained in:
parent
6d3a5d63cc
commit
7e93391ac3
|
@ -137,7 +137,7 @@
|
||||||
class="reply"
|
class="reply"
|
||||||
:class="{ single: replies.length == 1 }"
|
:class="{ single: replies.length == 1 }"
|
||||||
:conversation="conversation"
|
:conversation="conversation"
|
||||||
:depth="replies.lenght == 1 ? depth : depth + 1"
|
:depth="replies.length == 1 ? depth : depth + 1"
|
||||||
:replyLevel="replyLevel + 1"
|
:replyLevel="replyLevel + 1"
|
||||||
:parentId="appearNote.replyId"
|
:parentId="appearNote.replyId"
|
||||||
:detailedView="detailedView"
|
:detailedView="detailedView"
|
||||||
|
|
Loading…
Reference in New Issue