diff --git a/frontend/src/pages/Video.tsx b/frontend/src/pages/Video.tsx index b09544cd..48250db1 100644 --- a/frontend/src/pages/Video.tsx +++ b/frontend/src/pages/Video.tsx @@ -287,7 +287,7 @@ const Video = () => { {video.stats.dislike_count > 0 && (

thumbs-down:{' '} - {video.stats.dislike_count} + {formatNumbers(video.stats.dislike_count)}

)} {video?.stats && starRating && (