diff --git a/frontend/src/views/MoviePage.vue b/frontend/src/views/MoviePage.vue
index 92bdac7ffed3bd9669a358875d2ab81482441e95..d9a9c052a9f7e97cb0e51a2b6fb2f78119f90e34 100644
--- a/frontend/src/views/MoviePage.vue
+++ b/frontend/src/views/MoviePage.vue
@@ -47,7 +47,6 @@ export default {
   },
   created() {
     console.log("ok");
-
     this.movieId = this.$route.params.id;
     console.log(this.movieId);
     this.fetchMovie();