Skip to content

Commit 0147d42

Browse files
committed
Update README.md
1 parent 09f8aae commit 0147d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export function incrementAsync() {
6767
// Could also look into state in the callback form
6868
export function incrementIfOdd() {
6969
return (dispatch, state) => {
70-
if (state.counterStore.counter % 2 === 0) {
70+
if (state.counterStore % 2 === 0) {
7171
return;
7272
}
7373

0 commit comments

Comments
 (0)