Support ongoing efforts on setting-> object (#2065)

This commit is contained in:
Tom Avalexing
2023-10-16 17:59:30 +03:00
committed by GitHub
parent 70aef9bb28
commit c324a0a4f4

View File

@ -80,7 +80,7 @@ export const SettingsNavbar = () => {
active={
!!useMatch({
path: useResolvedPath('/settings/objects').pathname,
end: true,
end: false,
})
}
/>