Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
add
Browse files Browse the repository at this point in the history
- hidding banner
  • Loading branch information
snwolak committed Jul 14, 2018
1 parent e18ba7a commit ac55b10
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Blog/BlogModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,11 @@ export default class BlogModal extends Component {
)}
</BannerActions>

<Banner coverImage={this.state.account.cover_image} />
{this.state.account.show_header_image ? (
<Banner coverImage={this.state.account.cover_image} />
) : (
void 0
)}

<BlogTitle
titleColor={this.state.account.title_color}
Expand Down

0 comments on commit ac55b10

Please sign in to comment.