Added favorites link to user menu.

This commit is contained in:
DebaucheryLibrarian
2021-09-12 00:33:24 +02:00
parent c21bd8b01e
commit 73a9a11aa6
2 changed files with 23 additions and 14 deletions

View File

@@ -114,8 +114,6 @@ async function fetchStash() {
limit: this.limit,
});
console.log(this.stash.movies);
this.isMine = this.stash.user?.id === this.$store.state.auth.user?.id;
if (this.$route.params.range === 'scenes') {