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

Questions list display all questions likes as 0 #14

Closed
Fibii opened this issue Jul 10, 2020 · 0 comments · Fixed by #15
Closed

Questions list display all questions likes as 0 #14

Fibii opened this issue Jul 10, 2020 · 0 comments · Fixed by #15
Labels
good first issue Good for newcomers

Comments

@Fibii
Copy link
Owner

Fibii commented Jul 10, 2020

Description

all questions "likes" are 0, even tho when they're not
this is a question in home directory where the bug appears
image
this is the question in /question/
image

The Problem

this is due to a bug in QPaper specifically line 122 in {utils.getLikes(question.likes)}

How to fix it

update line 122 to {utils.getLikes(question)} instead.

@Fibii Fibii added the good first issue Good for newcomers label Jul 10, 2020
@Fibii Fibii self-assigned this Jul 10, 2020
@Fibii Fibii changed the title Questions list display all questions like as 0 Questions list display all questions likes as 0 Jul 10, 2020
@Fibii Fibii removed their assignment Jul 10, 2020
@Fibii Fibii closed this as completed in #15 Jul 10, 2020
Fibii added a commit that referenced this issue Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant