haystack/nb

Exceptions when loading stats

Opened this issue · 0 comments

The following expections are thrown when loading the stats, can you please review this. @alizeeschoen
Screen Shot 2022-02-14 at 4 59 10 PM

This is the cause of the issue

<div class="annotations"> Mine: {{annotations.filter(a => a.filepath === props.row.Source.filepath)[0]["me"]}} </div>
<div class="annotations"> Unread: {{annotations.filter(a => a.filepath === props.row.Source.filepath)[0]["unread"]}} </div>
<div class="annotations"> Reply Requests: {{annotations.filter(a => a.filepath === props.row.Source.filepath)[0]["replyRequests"]}} </div>
<div class="annotations"> Total: {{annotations.filter(a => a.filepath === props.row.Source.filepath)[0]["total"]}} </div>