Skip to content

Commit

Permalink
Update MovieCard.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
vladsosnov authored Sep 19, 2020
1 parent ed2b4cb commit 299ad36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MovieCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export default {
methods: {
onAddMovieToSavedClick (movie) {
const allSavedMovies = [...this.$store.state.savedMovies]
const newMovieData = {
id: movie.id,
title: movie.title,
Expand Down

0 comments on commit 299ad36

Please sign in to comment.