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

Merge branch 'xray-optimizations' of github.com:metabase/metabase into xray-optimizations

parents fb88a825 2f3b6da4
Branches
Tags
No related merge requests found
......@@ -134,7 +134,9 @@ class CardXRay extends Component {
</div>
</div>
<Periodicity xray={Object.values(xray.constituents)[0]} />
{ xray.constituents[0] && (
<Periodicity xray={Object.values(xray.constituents)[0]} />
)}
<Heading heading={xray.features['seasonal-decomposition'].label} />
<div className="full">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment