diff --git a/src/components/Modal/ExamineCamModal.vue b/src/components/Modal/ExamineCamModal.vue index 1c5912b..d064ebe 100644 --- a/src/components/Modal/ExamineCamModal.vue +++ b/src/components/Modal/ExamineCamModal.vue @@ -111,7 +111,7 @@ export default { fetch('/events/details/' + id) .then((response) => response.json()) .then((response) => { - this.screenshots = response + this.screenshots = response.screenshots }); } }