From 64e34518022b7038fac933991eb919ba363b345a Mon Sep 17 00:00:00 2001 From: Qolzam Date: Sun, 23 Jul 2017 10:53:40 +0430 Subject: [PATCH] Repair show normal message --- app/reducers/globalReducer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/reducers/globalReducer.jsx b/app/reducers/globalReducer.jsx index 9a0f02a..f91a956 100644 --- a/app/reducers/globalReducer.jsx +++ b/app/reducers/globalReducer.jsx @@ -68,7 +68,7 @@ export const globalReducer = (state = defaultState, action) => { case types.SHOW_NORMAL_MESSAGE_GLOBAL: return { ...state, - message: action.payload.message, + message: action.payload, messageOpen: true } case types.SHOW_SEND_REQUEST_MESSAGE_GLOBAL: