Merge branch 'main' into hosted
This commit is contained in:
commit
0143223290
@ -201,7 +201,10 @@ function App() {
|
||||
}
|
||||
/>
|
||||
|
||||
{IS_RUNNING_ON_CLOUD && !settings.openAiApiKey && <OnboardingNote />}
|
||||
{IS_RUNNING_ON_CLOUD &&
|
||||
!(settings.openAiApiKey || settings.accessCode) && (
|
||||
<OnboardingNote />
|
||||
)}
|
||||
|
||||
{(appState === AppState.CODING ||
|
||||
appState === AppState.CODE_READY) && (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user