Skip to content

Commit

Permalink
Fix jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Mar 22, 2021
1 parent 2209dfe commit 72f99c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class TimeseriesVisualization extends Component {
name:
seriesGroup.split_color_mode === 'kibana'
? 'kibana_palette'
: seriesGroup.split_color_mode || seriesGroup.palette.name,
: seriesGroup.split_color_mode || seriesGroup.palette?.name,
};
const yScaleType = hasSeparateAxis
? TimeseriesVisualization.getAxisScaleType(seriesGroup)
Expand Down

0 comments on commit 72f99c9

Please sign in to comment.