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 Sep 13, 2022
1 parent e5f5682 commit 0fd5511
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ export const SpikeAnalysisGroupsTable: FC<SpikeAnalysisTableProps> = ({
color="hollow"
>
<span>{`${fieldName}: `}</span>
<span style={{ color: euiTheme.euiCodeBlockStringColor }}>{`${group[fieldName]}`}</span>
<span
style={{ color: euiTheme.euiCodeBlockStringColor }}
>{`${group[fieldName]}`}</span>
</EuiBadge>
<EuiSpacer size="xs" />
</>
Expand Down

0 comments on commit 0fd5511

Please sign in to comment.