disable arbiter button when proposal status not LIVE

This commit is contained in:
Aaron 2019-02-09 21:18:26 -06:00
parent 7a036058f6
commit 6a0961a015
No known key found for this signature in database
GPG Key ID: 3B5B7597106F0A0E
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ class ProposalDetailNaked extends React.Component<Props, State> {
type: 'default',
className: 'ProposalDetail-controls-control',
block: true,
disabled: p.status !== PROPOSAL_STATUS.LIVE
}}
/>
);