summaryrefslogtreecommitdiff
path: root/src/components/StateProvider.js
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-03-05 09:53:41 +0800
committerHaishan <[email protected]>2020-03-05 09:53:41 +0800
commit4f0e75f029c78ff5efc0f318dae3a0898676929d (patch)
treef19b5ea9af32cf4ea895325a488baffdf1283078 /src/components/StateProvider.js
parent514a42b2a23ae65fffe8d4239e57d76eaec44b3e (diff)
ci: use checkout v2 in actions
Diffstat (limited to 'src/components/StateProvider.js')
-rw-r--r--src/components/StateProvider.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/StateProvider.js b/src/components/StateProvider.js
index aff6147..30b1cda 100644
--- a/src/components/StateProvider.js
+++ b/src/components/StateProvider.js
@@ -92,6 +92,7 @@ function bindAction(action, dispatch) {
return dispatch(action.apply(this, arguments));
};
}
+
function bindActions(actions, dispatch) {
const boundActions = {};
for (const key in actions) {