diff --git a/frontend/js/components/buttons/imdb.js b/frontend/js/components/buttons/imdb.js
index 42e0d2d..6367571 100644
--- a/frontend/js/components/buttons/imdb.js
+++ b/frontend/js/components/buttons/imdb.js
@@ -7,7 +7,7 @@ export const ImdbBadge = ({ imdbId }) => {
}
return (
-
+
);
};
ImdbBadge.propTypes = { imdbId: PropTypes.string };
diff --git a/frontend/js/components/shows/route.js b/frontend/js/components/shows/route.js
index 94664ba..5db1311 100644
--- a/frontend/js/components/shows/route.js
+++ b/frontend/js/components/shows/route.js
@@ -65,7 +65,7 @@ const ShowsRoute = ({
);
};
ShowsRoute.propTypes = {
- component: PropTypes.func,
+ component: PropTypes.object,
match: PropTypes.object,
isExplorerFetched: PropTypes.bool.isRequired,
fetchShows: PropTypes.func.isRequired,