Skip to content

Commit

Permalink
fix(wiki-card-geographical): proptype update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Nov 22, 2023
1 parent 63a6b78 commit bfc0bab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/card/wiki-card-geographical.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ export default function WikipediaLinks({ wikiInfo, allowedLanguages }) {
</div>
);
}

WikipediaLinks.propTypes = {
wikiInfo: PropTypes.shape,
wikiInfo: PropTypes.string,
allowedLanguages: PropTypes.array,
};

Expand Down

0 comments on commit bfc0bab

Please sign in to comment.