We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0103151 commit 118556bCopy full SHA for 118556b
episode1/src/components/ContactsApp.js
@@ -13,12 +13,12 @@ class ContactsApp extends Component {
13
static propTypes = {
14
contacts: PropTypes.arrayOf(
15
PropTypes.shape({
16
- thumbnail: React.PropTypes.string.isRequired,
17
- name: React.PropTypes.string.isRequired,
18
- email: React.PropTypes.string
+ thumbnail: PropTypes.string.isRequired,
+ name: PropTypes.string.isRequired,
+ email: PropTypes.string
19
})
20
).isRequired,
21
- loadingTime: PropTypes.number
+ loadingTime: PropTypes.string
22
}
23
24
handleUserInput = (searchTerm) => {
0 commit comments