diff --git a/admin/src/components/ProposalDetail/index.tsx b/admin/src/components/ProposalDetail/index.tsx index eb182b8a..80065bf9 100644 --- a/admin/src/components/ProposalDetail/index.tsx +++ b/admin/src/components/ProposalDetail/index.tsx @@ -274,38 +274,28 @@ class ProposalDetailNaked extends React.Component { description={

Please review this proposal and render your judgment.

- {!p.kycApproved ? ( + + <> - ) : ( - <> - - - - )} + + +
- } - /> + <> + {!p.kycApproved ? ( + +

+ Please wait until an Admin has marked KYC approved before proceeding + with payouts. +

+ + + } + /> + ) : ( + +

An arbiter is required to review milestone payout requests.

+ + + } + /> + )} + ); const renderNominatedArbiter = () => @@ -514,6 +531,8 @@ class ProposalDetailNaked extends React.Component { ); + console.log(p); + return (