Skip to content

Commit

Permalink
yarn:deploy compilation error correction
Browse files Browse the repository at this point in the history
  • Loading branch information
pjuza committed Aug 30, 2017
1 parent 9b4a31c commit 12977b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-console/src/routes/Message/modules/message.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const actions = {
// Action Handlers
// ------------------------------------
const ACTION_HANDLERS = {
[GET_MESSAGE_INIT]: (state) => ({ ...state, message: null}),
[GET_MESSAGE_INIT]: (state) => ({ ...state, message: null }),
[GET_MESSAGE_SUCCESS]: (state, { payload }) => ({ ...state, message: payload })
}

Expand Down

0 comments on commit 12977b1

Please sign in to comment.