From e45008db1510b5c6a2093a009c7f21a5858a24e9 Mon Sep 17 00:00:00 2001 From: Rafa Audibert Date: Wed, 5 Feb 2025 15:33:16 -0300 Subject: [PATCH] style: Remove redundant copy --- frontend/src/scenes/insights/EmptyStates/EmptyStates.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/scenes/insights/EmptyStates/EmptyStates.tsx b/frontend/src/scenes/insights/EmptyStates/EmptyStates.tsx index 1de0405509cd99..bea47a73d41bf8 100644 --- a/frontend/src/scenes/insights/EmptyStates/EmptyStates.tsx +++ b/frontend/src/scenes/insights/EmptyStates/EmptyStates.tsx @@ -227,7 +227,7 @@ export function StatelessInsightLoadingState({ {humanFriendlyNumber(rowsRead || 0, 0)} {estimatedRows && estimatedRows >= rowsRead ? ( - / ${humanFriendlyNumber(estimatedRows)} + / {humanFriendlyNumber(estimatedRows)} ) : null} rows @@ -278,7 +278,7 @@ export function InsightLoadingState({ {suggestedSamplingPercentage && !samplingPercentage ? ( Need to speed things up? Try reducing the date range, removing breakdowns, or - turning on to speed things up. + turning on . ) : suggestedSamplingPercentage && samplingPercentage ? ( <>