Skip to content

Commit 86f010d

Browse files
committed
fix: TT-299 remove unneccesary comments from code
1 parent d444cbb commit 86f010d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/modules/activities-management/store/activity-management.reducers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ export function activityManagementReducer(state: ActivityState = initialState, a
128128
...state,
129129
isLoading: true,
130130
message: 'Set activityIdToUnarchive property',
131-
// activityIdToEdit: action.payload,
132131
activityIdToEdit: undefined,
133132
};
134133
}

0 commit comments

Comments
 (0)