We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Regression caused by e4a213c
Disabled version of the "Reclaim reward" button is never shown because we don't test isClaimingReward here:
isClaimingReward
demo-quiz/frontend/src/views/QuizView.vue
Lines 447 to 457 in 974edd5
Maybe we can join the isAddingReward and isClaimingReward variables into a single one?
isAddingReward
The text was updated successfully, but these errors were encountered:
ZigaMr
No branches or pull requests
Regression caused by e4a213c
Disabled version of the "Reclaim reward" button is never shown because we don't test
isClaimingReward
here:demo-quiz/frontend/src/views/QuizView.vue
Lines 447 to 457 in 974edd5
Maybe we can join the
isAddingReward
andisClaimingReward
variables into a single one?The text was updated successfully, but these errors were encountered: