{{ $t("navbar.user.friends") }}
@@ -635,11 +641,6 @@ export default { .then((res) => { this.$store.commit("setKoins", res.data.koins); }) - .catch((e) => { - if (notify) { - AjaxErrorHandler(this.$store)(e); - } - }); }, getInfo() { Object.assign(axios.defaults, { diff --git a/src/locales/en.json b/src/locales/en.json index f2c4250..895bfa1 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -126,6 +126,7 @@ "settings": "Settings", "logout": "Logout", "admin": "Admin", + "asset": "Item Upload", "friends": "Friends" }, "more": { diff --git a/src/views/Admin.vue b/src/views/Admin.vue index 57db4c8..1f73cbe 100644 --- a/src/views/Admin.vue +++ b/src/views/Admin.vue @@ -18,7 +18,21 @@ -