Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exceptions when loading stats #210

Open
JumanaFM opened this issue Feb 14, 2022 · 0 comments
Open

Exceptions when loading stats #210

JumanaFM opened this issue Feb 14, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@JumanaFM
Copy link
Member

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>

@JumanaFM JumanaFM added the bug Something isn't working label Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants