Skip to content

Commit

Permalink
Last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CalicoNino committed Apr 4, 2021
1 parent 23c135f commit 713417e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/containers/EventInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export default class EventInfo extends Component {
</Col>
</Row>
</div>

{this.props.location.aboutProps.adminStatus === 0 ? (
<div>
<Divider />
Expand All @@ -301,6 +301,12 @@ export default class EventInfo extends Component {
) : (
<Divider />
)}

<br/>
<br/>
<br/>
<br/>

</Col>
<Col flex="30px" />
</Row>
Expand Down

0 comments on commit 713417e

Please sign in to comment.