diff --git a/plugins/emojy/stats.html b/plugins/emojy/stats.html
index d6b3f89..25d8575 100644
--- a/plugins/emojy/stats.html
+++ b/plugins/emojy/stats.html
@@ -43,10 +43,9 @@
{{ err }}
-
- -
- {{name}}:
-
+
+ -
+
-
{{emojy.count}} -
@@ -96,7 +95,7 @@
refresh: function () {
axios.get('/emojy/all')
.then(resp => {
- this.results = resp.data
+ this.results = [resp.data["emojy"], resp.data["unknown"], resp.data["emoji"]]
this.err = ''
})
.catch(err => (this.err = err))