Merge pull request #1183 from bookwyrm-social/null-rating

Use null instead of zero for unrated review
This commit is contained in:
Mouse Reeve 2021-06-17 19:17:06 -07:00 committed by GitHub
commit 816feb1cc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
class="is-sr-only"
type="radio"
name="rating"
value="0"
value=""
{% if default_rating == 0 or not default_rating %}checked{% endif %}
>