disable feedback call note
This commit is contained in:
parent
4ac083eb46
commit
6e29558a4d
@ -105,7 +105,8 @@ function App({ navbarComponent }: Props) {
|
|||||||
selectedCodeGenerationModel !== CodeGenerationModel.GPT_4O_2024_05_13 &&
|
selectedCodeGenerationModel !== CodeGenerationModel.GPT_4O_2024_05_13 &&
|
||||||
appState === AppState.INITIAL;
|
appState === AppState.INITIAL;
|
||||||
|
|
||||||
const showFeedbackCallNote = subscriberTier !== "free";
|
// const showFeedbackCallNote = subscriberTier !== "free";
|
||||||
|
const showFeedbackCallNote = false;
|
||||||
|
|
||||||
// Indicate coding state using the browser tab's favicon and title
|
// Indicate coding state using the browser tab's favicon and title
|
||||||
useBrowserTabIndicator(appState === AppState.CODING);
|
useBrowserTabIndicator(appState === AppState.CODING);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user