don't show onboarding note when access code is set
This commit is contained in:
parent
af2fa8d8ab
commit
562eee8a32
@ -195,7 +195,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