diff --git a/public/app/features/explore/TraceView/components/TracePageHeader/Actions/TracePageActions.tsx b/public/app/features/explore/TraceView/components/TracePageHeader/Actions/TracePageActions.tsx index a204d4f4278..e70d397cfde 100644 --- a/public/app/features/explore/TraceView/components/TracePageHeader/Actions/TracePageActions.tsx +++ b/public/app/features/explore/TraceView/components/TracePageHeader/Actions/TracePageActions.tsx @@ -66,18 +66,20 @@ export default function TracePageActions(props: TracePageActionsProps) { return (
-
- - - Give feedback - -
+ {config.feedbackLinksEnabled && ( +
+ + + Give feedback + +
+ )}