diff --git a/src/pages/Well/WellOperations/OperationEditor/WellOperationsEditor.jsx b/src/pages/Well/WellOperations/OperationEditor/WellOperationsEditor.jsx index 653ec16..0da5b75 100644 --- a/src/pages/Well/WellOperations/OperationEditor/WellOperationsEditor.jsx +++ b/src/pages/Well/WellOperations/OperationEditor/WellOperationsEditor.jsx @@ -140,7 +140,7 @@ export const WellOperationsEditor = memo(({ idType, showNpt, ...other }) => { useEffect(() => { setTopRightBlock( - + ) }, [well, setTopRightBlock, updateOperations])