diff --git a/src/components/app/Popouts/Popouts/SettingsPanels/EditProfile.vue b/src/components/app/Popouts/Popouts/SettingsPanels/EditProfile.vue index 3491aab..4e411e8 100644 --- a/src/components/app/Popouts/Popouts/SettingsPanels/EditProfile.vue +++ b/src/components/app/Popouts/Popouts/SettingsPanels/EditProfile.vue @@ -1,33 +1,39 @@ @@ -39,16 +45,10 @@ import config from "@/config.js"; export default { components: { ProfilePicture }, data() { - return { - - }; - }, - methods: { - - }, - async mounted() { - + return {}; }, + methods: {}, + async mounted() {}, computed: { avatar() { return config.domain + "/avatars/" + this.$store.getters.user.avatar; @@ -56,22 +56,30 @@ export default { user() { return this.$store.getters.user; } - }, + } }; \ No newline at end of file diff --git a/src/components/app/Popouts/Popouts/SettingsPanels/MyProfile.vue b/src/components/app/Popouts/Popouts/SettingsPanels/MyProfile.vue index ccea39d..f87e7d4 100644 --- a/src/components/app/Popouts/Popouts/SettingsPanels/MyProfile.vue +++ b/src/components/app/Popouts/Popouts/SettingsPanels/MyProfile.vue @@ -123,9 +123,6 @@ export default {