From 3a8adce223fd67c0d8abe22dc619b03911de503c Mon Sep 17 00:00:00 2001 From: merelendor Date: Sun, 29 Oct 2023 16:47:19 +0300 Subject: [PATCH] deal contract status on phase 3 message --- .../components/SignPlannedContract.js | 67 +++++++++++-------- 1 file changed, 39 insertions(+), 28 deletions(-) diff --git a/components/DealsStatus/components/SignPlannedContract.js b/components/DealsStatus/components/SignPlannedContract.js index 37fe6bb..8f61a15 100644 --- a/components/DealsStatus/components/SignPlannedContract.js +++ b/components/DealsStatus/components/SignPlannedContract.js @@ -256,38 +256,49 @@ export default class SignPlannedContract extends React.Component ) } { contract.sign_type === "EDO" && ( -
- { status === 1 && ( - ) } - - ) } - { status === 1 && ( - + )} + { status === 1 && ( + ) } - - )} - { status === 1 && ( - ) } - +
) } - { status >= 2 && ( - - ) } - + ) } ) }