diff --git a/src/templates/pages/VideoResponse.tsx b/src/templates/pages/VideoResponse.tsx index 8c62637..42419c4 100644 --- a/src/templates/pages/VideoResponse.tsx +++ b/src/templates/pages/VideoResponse.tsx @@ -90,7 +90,7 @@ export function VideoResponse(data: ItemStruct): JSX.Element { title += `❤️ ${formatNumber(data.stats.diggCount.toString())} ` title += `💬 ${formatNumber(data.stats.commentCount.toString())} ` - title += `🔁 ${data.stats.shareCount.toString()} ` + title += `🔁 ${formatNumber(data.stats.shareCount.toString())} ` if (data.imagePost) { title += `🖼️ ${data.imagePost.images.length.toString()} ` }