From a6af5e8c5dfcb2229920557bb9edfc10b189557b Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sun, 16 Jul 2017 13:45:42 +0200 Subject: [PATCH] Now returns just id of the movie when clicked button. --- client/app/components/MovieObject.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/components/MovieObject.jsx b/client/app/components/MovieObject.jsx index 51a98d4..b3e48af 100644 --- a/client/app/components/MovieObject.jsx +++ b/client/app/components/MovieObject.jsx @@ -35,7 +35,7 @@ class MovieObject { if (this.matchedInPlex) { returnList.push() } else { - returnList.push() + returnList.push() } returnList.push({this.overview});