Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f2f4c9

Browse files
committed
Optimize zen.js
1 parent 8d8af02 commit 0f2f4c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/Zen/modules/zen.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ export const receiveZen = (value) => ({
2424
}
2525
})
2626

27-
export const clearZen = () => (
27+
export const clearZen = () => ({
2828
type: CLEAR_ZEN
29-
)
29+
})
3030

3131
export function fetchZen () {
3232
return (dispatch, getState) => {

0 commit comments

Comments
 (0)