Skip to content

Commit

Permalink
Update x-pack/plugins/security_solution/public/timelines/components/t…
Browse files Browse the repository at this point in the history
…imeline/helpers.tsx

Co-authored-by: Xavier Mouligneau <[email protected]>
  • Loading branch information
patrykkopycinski and XavierM authored Jun 5, 2020
1 parent b4dfab0 commit a82fdb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const buildGlobalQuery = (dataProviders: DataProvider[], browserFields: B

const activeDataProvidersQueryMatch = activeDataProvidersQueries.join(' and ');

return [...queries, `${activeDataProvidersQueryMatch}`];
return [...queries, activeDataProvidersQueryMatch];
}, [])
.filter((queriesItem) => !isEmpty(queriesItem))
.reduce((globalQuery: string, queryMatch: string, index: number, queries: string[]) => {
Expand Down

0 comments on commit a82fdb0

Please sign in to comment.