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 Nov 10, 2022
1 parent df6fd23 commit 30823eb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export const AvailabilitySparklines = (props: AvailabilitySparklinesProps) => {
return null;
}


return (
<ExploratoryViewEmbeddable
customHeight="70px"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export const DurationPanel = (props: DurationPanelProps) => {
return null;
}


return (
<ExploratoryViewEmbeddable
customHeight="70px"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export const DurationSparklines = (props: DurationSparklinesProps) => {
return null;
}


return (
<>
<ExploratoryViewEmbeddable
Expand Down

0 comments on commit 30823eb

Please sign in to comment.