Skip to content

Commit d747b28

Browse files
Update MovieInfoComponent.js
1 parent 90caf4b commit d747b28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

react-movie-app/src/Components/MovieInfoComponent.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,7 @@ const MovieInfoComponent = (props) => {
152152
} > X < /Close> <
153153
/>
154154
) : (
155-
156-
<
157-
img src = "http://www.downgraf.com/wp-content/uploads/2014/09/01-progress.gif"
155+
<img src = "http://www.downgraf.com/wp-content/uploads/2014/09/01-progress.gif"
158156
atl = "loading"
159157
height = "200" / >
160158
)

0 commit comments

Comments
 (0)