Skip to content

Commit

Permalink
rm var
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Mar 2, 2021
1 parent f33da32 commit f99ee58
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export const HeaderComponent: React.FC<Props> = ({
getManageTimelineById,
timelineId,
]);
const showSortingCapability = !isEqlOn && !(header.subType && header.subType.nested);

return (
<>
Expand All @@ -91,10 +90,7 @@ export const HeaderComponent: React.FC<Props> = ({
isLoading={isLoading}
isResizing={false}
onClick={onColumnSort}
<<<<<<< HEAD
=======
showSortingCapability={showSortingCapability}
>>>>>>> 90976ee1198... [Security Solution] [Timeline] Bugfix to include unmapped fields in the timeline event details JSON (#92025)
showSortingCapability={!(header.subType && header.subType.nested)}
sort={sort}
>
<Actions
Expand Down

0 comments on commit f99ee58

Please sign in to comment.