chore: clean up rating display

This commit is contained in:
Cory Dransfeldt 2024-10-12 22:46:48 -07:00
parent adccf0ffcc
commit ada27f0858
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -96,7 +96,7 @@ SELECT
'subtext',
CASE
WHEN b.star_rating IS NOT NULL
THEN CONCAT('(', b.star_rating, ')')
THEN b.star_rating
ELSE NULL
END
) AS grid,