Skip to content
Snippets Groups Projects
Commit 8a7e93a5 authored by Simon Belak's avatar Simon Belak
Browse files

Make smart scalars work with the new format

parent 2c887ded
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ export default class Smart extends React.Component {
const insights =
this.props.rawSeries &&
this.props.rawSeries[0].data &&
this.props.rawSeries[0].data.insights;
this.props.rawSeries[0].data.insights[0];
const {
actionButtons,
onChangeCardAndRun,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment