Skip to content

Commit

Permalink
Update frontend/src/pages/image/_id/index.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat authored Feb 12, 2024
1 parent 6bfa483 commit a1c0028
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/image/_id/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ export default defineComponent({
useFetch(async () => {
const imageId = route.value.params.id
const fetchedImage = await singleResultStore.fetch(IMAGE, imageId)
console.log("image fetched", fetchedImage)
if (!fetchedImage) {
if (fetchingError.value && !isRetriable(fetchingError.value)) {
nuxtError(fetchingError.value)
Expand Down

0 comments on commit a1c0028

Please sign in to comment.