Skip to content

Commit

Permalink
Update frontend/src/pages/search.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat authored Feb 12, 2024
1 parent a1c0028 commit b710161
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ export default defineComponent({
})
useFetch(async () => {
console.log("[useFetch] needsFetching", needsFetching.value)
if (needsFetching.value) {
await fetchMedia()
}
Expand Down

0 comments on commit b710161

Please sign in to comment.