fixed onMovie click function

This commit is contained in:
andres alcocer
2020-07-11 17:38:48 -04:00
parent 2a90124395
commit 093a8f54c2
4 changed files with 85 additions and 54 deletions

View File

@@ -16,6 +16,7 @@ const createStoreWithMiddleware = applyMiddleware(promise)(createStore);
// - fix styling issue
// - implement carousel
// - fix modal backdrop bug
// - fix search movie onClickFunction
const app = (
<Provider store={createStoreWithMiddleware(reducers)}>
<App />