Skip to content

Commit

Permalink
Fix: remove propTypes unused
Browse files Browse the repository at this point in the history
  • Loading branch information
osamaakb committed Aug 23, 2020
1 parent 53fb070 commit e363afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ResultedMovies/MovieCard.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import PropTypes, { object } from 'prop-types';
import { object } from 'prop-types';

export default function MovieCard({ movie }) {
return (
Expand Down

0 comments on commit e363afa

Please sign in to comment.