Contact form UI

This commit is contained in:
Edin Dazdarevic
2017-04-12 13:08:06 +02:00
parent 8792abcd9f
commit 6a4c02d01a
6 changed files with 257 additions and 31 deletions

View File

@@ -116,7 +116,9 @@ export default class ListingDetails extends React.Component {
<div className="ld-footer" />
</div>
{contactFormOpen ? <ContactModal dispatch={this.props.dispatch} /> : null}
{contactFormOpen ? <ContactModal
contact={this.props.contact}
dispatch={this.props.dispatch} /> : null}
</div>
)
}