Fix formatting
This commit is contained in:
committed by
Deluan Quintão
parent
2397a7e464
commit
14525cd056
@@ -10,7 +10,7 @@ export const settingsReducer = (previousState = initialState, payload) => {
|
||||
case SET_NOTIFICATIONS_STATE:
|
||||
return {
|
||||
...previousState,
|
||||
notifications: data
|
||||
notifications: data,
|
||||
}
|
||||
default:
|
||||
return previousState
|
||||
|
||||
Reference in New Issue
Block a user