Remove useless code

This commit is contained in:
Marco Realacci 2023-01-12 00:41:42 +01:00
parent 00fa614eaa
commit 20dadfe6b6

View file

@ -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,