Skip to content

Commit

Permalink
remove unwanted code
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro committed Oct 12, 2023
1 parent d96e09a commit 65d43ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions client/components/Main/ListGroupItem.tsx
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
import React from 'react';
import {debounce, indexOf} from 'lodash';
import {connect} from 'react-redux';
import {
IEventListItemProps,
IPlanningListItemProps,
IEventOrPlanningItem,
IEventItem, IPlanningItem, IBaseListItemProps, ISearchAPIParams, ICommonAdvancedSearchParams
IEventItem, IPlanningItem, IBaseListItemProps, ICommonAdvancedSearchParams
} from '../../interfaces';

import {EventItem, EventItemWithPlanning} from '../Events';
import {PlanningItem} from '../Planning';

import {ITEM_TYPE, EVENTS, PLANNING, MAIN, CLICK_DELAY} from '../../constants';
import {getItemType, eventUtils} from '../../utils';
import {currentSearchParams} from '../../selectors/search';

interface IProps extends Omit<
IEventListItemProps & IPlanningListItemProps,
Expand Down
2 changes: 1 addition & 1 deletion client/components/fields/headline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ headline.propTypes = {
headline: PropTypes.string,
}).isRequired,
filterLanguage: PropTypes.string,
};
};
2 changes: 1 addition & 1 deletion client/components/fields/name.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ name.propTypes = {
name: PropTypes.string,
}).isRequired,
filterLanguage: PropTypes.string,
};
};

0 comments on commit 65d43ba

Please sign in to comment.