diff --git a/webui/src/components/UserCard.vue b/webui/src/components/UserCard.vue index f708c29..528b49b 100644 --- a/webui/src/components/UserCard.vue +++ b/webui/src/components/UserCard.vue @@ -15,7 +15,6 @@ export default { data: function () { return { username: this.name, - errorMsg: "aaa", user_followed: this.followed, user_banned: this.banned, myself: this.$currentSession() == this.user_id,