Update Hashtag.vue component, added formatted posts count

pull/1789/head
Daniel Supernault 6 years ago
parent 126886e841
commit c71f3dd17f
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -110,6 +110,7 @@
beforeMount() {
this.authenticated = $('body').hasClass('loggedIn');
this.getResults();
this.hashtagCount = window.App.util.format.count(this.hashtagCount);
},
methods: {
getResults() {

Loading…
Cancel
Save