From 11cb245cf50352e21ce390e3eee6822c136f0f8c Mon Sep 17 00:00:00 2001 From: goodmice Date: Thu, 27 Oct 2022 16:48:58 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=8B=20WellOperations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Well/WellOperations/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(