🐛 (dashboard) Fix a bug preventing user to see settings content
This commit is contained in:
@ -146,12 +146,14 @@ export const WorkspaceSettingsModal = ({
|
||||
</Flex>
|
||||
</Stack>
|
||||
|
||||
{isOpen && user.graphNavigation && (
|
||||
{isOpen && (
|
||||
<Flex flex="1" p="10">
|
||||
<SettingsContent
|
||||
tab={selectedTab}
|
||||
onClose={onClose}
|
||||
defaultGraphNavigation={user.graphNavigation}
|
||||
defaultGraphNavigation={
|
||||
user.graphNavigation ?? GraphNavigation.TRACKPAD
|
||||
}
|
||||
/>
|
||||
</Flex>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user