Skip to content

Commit 2118829

Browse files
committed
[CI] Auto-commit changed files from 'node scripts/eslint_all_files --no-cache --fix'
1 parent 115fc3b commit 2118829

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • x-pack/solutions/security/plugins/security_solution/public/timelines/components/field_renderers

x-pack/solutions/security/plugins/security_solution/public/timelines/components/field_renderers/field_renderers.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,7 @@ export const hostIdRenderer = ({
121121
idPrefix={contextID ? `host-overview-${contextID}` : 'host-overview'}
122122
scopeId={scopeId}
123123
render={(id) =>
124-
noLink ? (
125-
<>{id}</>
126-
) : (
127-
<HostDetailsLink hostName={hostName}>{id}</HostDetailsLink>
128-
)
124+
noLink ? <>{id}</> : <HostDetailsLink hostName={hostName}>{id}</HostDetailsLink>
129125
}
130126
/>
131127
) : (

0 commit comments

Comments
 (0)