Fix comments in overview panel

This commit is contained in:
James Allen 2017-01-06 14:17:57 +01:00
parent beb94b0756
commit cb24e9390a

View file

@ -74,7 +74,7 @@
div(ng-if="entry.type === 'comment'")
comment-entry(
entry="entry"
users="users"
threads="reviewPanel.commentThreads"
on-reply="submitReply(entry, entry_id);"
on-indicator-click="toggleReviewPanel();"
ng-click="gotoEntry(doc_id, entry)"