show feedback call note
This commit is contained in:
parent
6e29558a4d
commit
a4ede44a0e
@ -106,7 +106,7 @@ function App({ navbarComponent }: Props) {
|
|||||||
appState === AppState.INITIAL;
|
appState === AppState.INITIAL;
|
||||||
|
|
||||||
// const showFeedbackCallNote = subscriberTier !== "free";
|
// const showFeedbackCallNote = subscriberTier !== "free";
|
||||||
const showFeedbackCallNote = false;
|
const showFeedbackCallNote = true;
|
||||||
|
|
||||||
// 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