fix(ui): fixed auth race condition causing logo to flicker (#24652)

This commit is contained in:
Dev Randalpura
2026-04-06 16:17:05 -04:00
committed by GitHub
parent 8ac560d2c9
commit 2353a6d253
3 changed files with 15 additions and 2 deletions
@@ -336,6 +336,10 @@ export const MainContent = () => {
isAlternateBuffer,
]);
if (!uiState.isConfigInitialized) {
return null;
}
if (isAlternateBufferOrTerminalBuffer) {
return scrollableList;
}