Skip to content
Snippets Groups Projects
Commit 2979e4ee authored by Sameer Al-Sakran's avatar Sameer Al-Sakran Committed by GitHub
Browse files

Update GettingStartedGuide.jsx

parent 76161874
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,9 @@ const isGuideEmpty = ({
important_tables && important_tables.length !== 0 ? false :
true;
// This function generates a link for each important field of a Metric.
// The link goes to a question comprised of this Metric broken out by
// That important field.
const exploreLinksForMetric = (metricId, guide, metadataFields, tables) => {
if (guide.metric_important_fields[metricId]) {
return guide.metric_important_fields[metricId]
......
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