render one or the other

This commit is contained in:
Mary Hipp
2024-01-04 11:07:56 -05:00
committed by Kent Keirsey
parent dd32c632cd
commit f27bb402fb

View File

@@ -254,8 +254,7 @@ const InvokeTabs = () => {
</InvTabList>
<Spacer />
<StatusIndicator />
<SettingsMenu />
{customNavComponent}
{customNavComponent ? customNavComponent : <SettingsMenu />}
</Flex>
<PanelGroup
ref={panelGroupRef}