From 1985db16d66883ac82603ee21457aa4d8d59f7d0 Mon Sep 17 00:00:00 2001 From: andres alcocer Date: Sun, 2 Aug 2020 15:00:35 -0400 Subject: [PATCH] fixed stylying issues --- src/containers/DisplayMovieRow.js | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/containers/DisplayMovieRow.js b/src/containers/DisplayMovieRow.js index 67e0a6f..fb45523 100644 --- a/src/containers/DisplayMovieRow.js +++ b/src/containers/DisplayMovieRow.js @@ -83,8 +83,9 @@ export default class DisplayMovieRow extends Component { <>

{this.props.title}

{/*
{movies}
*/} + ; return ( - +
+ +
); })}
- ); }