Skip to content

Commit

Permalink
minor: format shares
Browse files Browse the repository at this point in the history
how did i forget this
  • Loading branch information
okdargy authored Jun 11, 2024
1 parent 766b5f7 commit 5acec12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/pages/VideoResponse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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()} `
}
Expand Down

0 comments on commit 5acec12

Please sign in to comment.