We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3874c commit b5bf1f2Copy full SHA for b5bf1f2
1 file changed
app/components/Package/LikeCard.vue
@@ -99,9 +99,7 @@ const likeAction = async () => {
99
class="w-4 h-4"
100
aria-hidden="true"
101
/>
102
- <span>{{
103
- compactNumberFormatter.format(likesData?.totalLikes ?? 0, { decimals: 1 })
104
- }}</span>
+ <span>{{ compactNumberFormatter.format(likesData?.totalLikes ?? 0) }}</span>
105
</button>
106
</TooltipApp>
107
</ClientOnly>
0 commit comments