We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9225542 commit 25968aeCopy full SHA for 25968ae
frontend/src/scenes/web-analytics/WebAnalyticsDashboard.tsx
@@ -466,7 +466,7 @@ const healthTab = (featureFlags: FeatureFlagsSet): { key: ProductTab; label: JSX
466
]
467
}
468
469
-const liveTab = (featureFlags: FeatureFlagsSet): { key: ProductTab; label: React.ReactNode; link: string }[] => {
+const liveTab = (featureFlags: FeatureFlagsSet): { key: ProductTab; label: string | JSX.Element; link: string }[] => {
470
if (!featureFlags[FEATURE_FLAGS.WEB_ANALYTICS_LIVE_METRICS]) {
471
return []
472
0 commit comments