(Fix) Remove class="hidden" from parent div

Related to https://github.com/poanetwork/poa-dapps-voting/issues/117
This commit is contained in:
varasev 2018-04-02 18:38:54 +03:00
parent ec180f9920
commit 017196d4ca
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export class BallotProxyMetadata extends React.Component {
const { ballotStore } = this.props; const { ballotStore } = this.props;
return ( return (
<div> <div>
<div className="hidden"> <div>
<div className="left"> <div className="left">
<div className="form-el"> <div className="form-el">
<label htmlFor="key">Proposed Address</label> <label htmlFor="key">Proposed Address</label>