diff --git a/src/pages/Well/WellOperations/index.jsx b/src/pages/Well/WellOperations/index.jsx index 2e3effa..396bac4 100644 --- a/src/pages/Well/WellOperations/index.jsx +++ b/src/pages/Well/WellOperations/index.jsx @@ -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(