fix: prevent hydration error of settings link

This commit is contained in:
rusconn
2023-05-10 22:40:52 +00:00
parent b263b4fec8
commit a7001213f8

View File

@@ -49,7 +49,7 @@ const StyledComponent = ({ toolGroups }: Props) => (
))} ))}
</Box> </Box>
<Box flex={1} /> <Box flex={1} />
<DrawerItem icon={<Settings />} title="Settings" href="settings" disabled /> <DrawerItem icon={<Settings />} title="Settings" href="/settings" disabled />
</Stack> </Stack>
</List> </List>
</Drawer> </Drawer>