Fix fs error library item

This commit is contained in:
advplyr 2022-04-13 04:55:39 -05:00
parent 1152e5513e
commit 5b02c5185f
2 changed files with 1 additions and 3 deletions

View file

@ -21,9 +21,6 @@ export default {
return {}
},
computed: {
userToken() {
return this.$store.getters['user/getToken']
},
name() {
return this.author.name
}