Skip to content

Commit 0469d81

Browse files
committed
Fixed Lint error of not having propType of defaultMatches
1 parent 5bb8632 commit 0469d81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/Media.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import json2mq from 'json2mq'
77
*/
88
class Media extends React.Component {
99
static propTypes = {
10+
defaultMatches: PropTypes.bool,
1011
query: PropTypes.oneOfType([
1112
PropTypes.string,
1213
PropTypes.object,

0 commit comments

Comments
 (0)