Skip to content

Commit 6faddec

Browse files
author
Darío Javier Cravero
committed
Update Counter.js
1 parent 08615dc commit 6faddec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/components/Counter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import React, { PropTypes } from 'react';
33
export default class Counter {
44
static propTypes = {
55
increment: PropTypes.func.isRequired,
6+
incrementIfOdd: PropTypes.func.isRequired,
67
decrement: PropTypes.func.isRequired,
78
counter: PropTypes.number.isRequired
89
};

0 commit comments

Comments
 (0)