Merge pull request #111 from sharetribe/fix-typo-modal-in-mobile

There was copy-paste related typo (wrong classname) in previous PR.
This commit is contained in:
Vesa Luusua 2017-04-07 03:16:16 +03:00 committed by GitHub
commit 576e608ab7
2 changed files with 2 additions and 1 deletions

View file

@ -99,7 +99,7 @@ export class ListingPageComponent extends Component {
: null;
const pageContent = (
<PageLayout title={`${title} ${formattedPrice}`} className={this.state.rootClasses}>
<PageLayout title={`${title} ${formattedPrice}`} className={this.state.pageClassNames}>
<div className={css.listing}>
<div className={css.header}>
<h1 className={css.title}>{title}</h1>

View file

@ -1,5 +1,6 @@
exports[`ListingPage matches snapshot 1`] = `
<Connect(withRouter(PageLayout))
className=""
title="listing1 title 55">
<div>
<div>