From df800c7ab3bfdf82cdd3320ee4c3877be25a7305 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Wed, 29 May 2024 22:21:43 -0400 Subject: [PATCH] Revert "show feedback call note" This reverts commit 14932448fbe8f6897dbeb2f213ed020fcec000ec. --- frontend/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index cd9d640..8c5a150 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -105,8 +105,8 @@ function App({ navbarComponent }: Props) { selectedCodeGenerationModel !== CodeGenerationModel.GPT_4O_2024_05_13 && appState === AppState.INITIAL; - const showFeedbackCallNote = subscriberTier !== "free"; - // const showFeedbackCallNote = false; + // const showFeedbackCallNote = subscriberTier !== "free"; + const showFeedbackCallNote = false; // Indicate coding state using the browser tab's favicon and title useBrowserTabIndicator(appState === AppState.CODING);