Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro committed Dec 18, 2024
1 parent 83ff27a commit 4a49d08
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions assets/agenda/components/AgendaPreviewPlanning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,4 @@ const mapDispatchToProps = (dispatch: any) => ({
fetchItemsByIdToRedux: (ids: string[]) => dispatch(fetchItemsByIdToRedux(ids)),
});

export const AgendaPreviewPlanning = connect<
IReduxStateProps,
{},
IOwnProps,
IAgendaState
>(mapStateToProps, mapDispatchToProps)(AgendaPreviewPlanningComponent);
export const AgendaPreviewPlanning = connect(mapStateToProps, mapDispatchToProps)(AgendaPreviewPlanningComponent);

0 comments on commit 4a49d08

Please sign in to comment.