mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
render one or the other
This commit is contained in:
parent
dd32c632cd
commit
f27bb402fb
@ -254,8 +254,7 @@ const InvokeTabs = () => {
|
||||
</InvTabList>
|
||||
<Spacer />
|
||||
<StatusIndicator />
|
||||
<SettingsMenu />
|
||||
{customNavComponent}
|
||||
{customNavComponent ? customNavComponent : <SettingsMenu />}
|
||||
</Flex>
|
||||
<PanelGroup
|
||||
ref={panelGroupRef}
|
||||
|
Loading…
Reference in New Issue
Block a user