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> </InvTabList>
<Spacer /> <Spacer />
<StatusIndicator /> <StatusIndicator />
<SettingsMenu /> {customNavComponent ? customNavComponent : <SettingsMenu />}
{customNavComponent}
</Flex> </Flex>
<PanelGroup <PanelGroup
ref={panelGroupRef} ref={panelGroupRef}