admin: remove delete btn from ProposalDetail

This commit is contained in:
Aaron 2019-05-27 14:52:19 -05:00
parent 0c2303aaa6
commit 17da8c15d8
No known key found for this signature in database
GPG Key ID: 3B5B7597106F0A0E
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ class ProposalDetailNaked extends React.Component<Props, State> {
<Col span={6}>
{/* ACTIONS */}
<Card size="small" className="ProposalDetail-controls">
{renderDeleteControl()}
{/* {renderDeleteControl()} */}
{renderCancelControl()}
{renderArbiterControl()}
{renderBountyControl()}