Modal not working on iOS

This commit is contained in:
Edin Dazdarevic
2017-04-15 03:01:55 +02:00
parent 0b2ddaef9e
commit 880f7a3f65
5 changed files with 21 additions and 6 deletions

View File

@@ -110,10 +110,6 @@ export default class ListingDetails extends React.Component {
<div className="ld-footer" />
</div>
{contactFormOpen ? <ContactModal
listingId={this.props.listing._id}
contact={this.props.contact}
dispatch={this.props.dispatch} /> : null}
</div>
)
}