Skip to content

Commit 7dc5448

Browse files
committed
chore: remove variable
1 parent c63409d commit 7dc5448

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/compass-assistant/src/compass-assistant-provider.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,7 @@ export function useAssistantActions(): AssistantActionsType {
147147
return {
148148
interpretExplainPlan,
149149
interpretConnectionError,
150-
tellMoreAboutInsight: isPerformanceInsightEntrypointsEnabled
151-
? tellMoreAboutInsight
152-
: undefined,
150+
tellMoreAboutInsight,
153151
getIsAssistantEnabled: () => true,
154152
};
155153
}

0 commit comments

Comments
 (0)