mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
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:
commit
576e608ab7
2 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
exports[`ListingPage matches snapshot 1`] = `
|
||||
<Connect(withRouter(PageLayout))
|
||||
className=""
|
||||
title="listing1 title 55">
|
||||
<div>
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue