forked from ddrilling/asb_cloud_front
Исправлена ошибка работы WellOperations
This commit is contained in:
parent
6024c7ca64
commit
11cb245cf5
@ -6,7 +6,7 @@ import { withPermissions } from '@utils'
|
||||
|
||||
const WellOperations = memo(() => {
|
||||
const root = useRootPath()
|
||||
const rootPath = useMemo(() => `${root}/${properties.key}`, [root])
|
||||
const rootPath = useMemo(() => `${root}/operations`, [root])
|
||||
|
||||
return(
|
||||
<RootPathContext.Provider value={rootPath}>
|
||||
|
Loading…
Reference in New Issue
Block a user