Skip to content

Commit

Permalink
Remove tostring
Browse files Browse the repository at this point in the history
Co-authored-by: Aiz <[email protected]>
  • Loading branch information
ChunkyProgrammer and Aiz0 authored Sep 11, 2022
1 parent 4fdbfd8 commit edbe27f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export default Vue.extend({
if (this.hideVideoViews) {
return null
}
return Intl.NumberFormat(this.currentLocale).format(this.viewCount.toString) + ` ${this.$t('Video.Views').toLowerCase()}`
return Intl.NumberFormat(this.currentLocale).format(this.viewCount) + ` ${this.$t('Video.Views').toLowerCase()}`
},

isSubscribed: function () {
Expand Down

0 comments on commit edbe27f

Please sign in to comment.