Fix formatting

This commit is contained in:
Steve Richter
2020-11-19 23:22:18 -05:00
committed by Deluan Quintão
parent 2397a7e464
commit 14525cd056
4 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export const settingsReducer = (previousState = initialState, payload) => {
case SET_NOTIFICATIONS_STATE:
return {
...previousState,
notifications: data
notifications: data,
}
default:
return previousState