Skip to content

Commit 7747b0e

Browse files
author
Juan Gabriel Guzman
committed
fix: #204 Fixing reducers definition
1 parent ebdef6e commit 7747b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/time-clock/store/entry.reducer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const entryReducer = (state: EntryState = initialState, action: EntryActi
7979
isLoading: false,
8080
};
8181

82-
case EntryActionTypes.LOAD_ACTIVE_ENTRY_FAIL: {
82+
case EntryActionTypes.LOAD_ENTRIES_FAIL: {
8383
return {
8484
...state,
8585
entryList: [],

0 commit comments

Comments
 (0)