Skip to content
This repository was archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
fix flow error
Browse files Browse the repository at this point in the history
  • Loading branch information
James Baxley committed Jan 9, 2017
1 parent 714f2bf commit 7f1af5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/components/giving/add-to-cart/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class CartContainer extends Component {
}
}

bindSubComponentReset = (reset) => {
bindSubComponentReset = (reset: Function) => {
this.resetCbs.push(reset);
}

Expand Down

0 comments on commit 7f1af5c

Please sign in to comment.