Skip to content

Commit

Permalink
Merge pull request #6 from louismonteiro/hotfix/urgent-error-fix
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
GeorgeHop authored Jan 21, 2022
2 parents 632decc + 132b620 commit 4930c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/CountryPicker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function CountryPicker({
style,
enableModalAvoiding,
androidWindowSoftInputMode,
itemTemplate: ItemTemplate = 'CountryButton',
itemTemplate: ItemTemplate = CountryButton,
...rest
}) {
const keyboardStatus = useKeyboardStatus();
Expand Down

0 comments on commit 4930c90

Please sign in to comment.