Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Oct 13, 2022
1 parent da0f8d4 commit dafe430
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,7 @@ import { TimelineId } from '../../../common/types';
import { userNameExistsFilter } from './details/helpers';

export const UsersTabs = memo<UsersTabsProps>(
({
deleteQuery,
filterQuery,
from,
indexNames,
isInitializing,
setQuery,
to,
type,
}) => {
({ deleteQuery, filterQuery, from, indexNames, isInitializing, setQuery, to, type }) => {
const tabProps = {
deleteQuery,
endDate: to,
Expand Down

0 comments on commit dafe430

Please sign in to comment.