diff --git a/frontend/src/scenes/insights/InsightPageHeader.tsx b/frontend/src/scenes/insights/InsightPageHeader.tsx index 64717f22ed6c6..8b05e3d62611a 100644 --- a/frontend/src/scenes/insights/InsightPageHeader.tsx +++ b/frontend/src/scenes/insights/InsightPageHeader.tsx @@ -261,7 +261,9 @@ export function InsightPageHeader({ insightLogicProps }: { insightLogicProps: In {hasDashboardItemId && } - + {insight.short_id && ( + + )} )} - {exportContext ? ( + {exportContext && insight.short_id != null ? (