Explorar o código

Update Hashtag.vue component, added formatted posts count

Daniel Supernault %!s(int64=5) %!d(string=hai) anos
pai
achega
c71f3dd17f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      resources/assets/js/components/Hashtag.vue

+ 1 - 0
resources/assets/js/components/Hashtag.vue

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