mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 03:02:40 +00:00
Slight change to isMounted logic
This commit is contained in:
@@ -195,12 +195,12 @@ const BrewRenderer = createClass({
|
||||
<div className='pages' ref='pages'>
|
||||
{/* Apply CSS and render pages from Markdown tab */}
|
||||
{this.state.isMounted
|
||||
?
|
||||
&&
|
||||
<>
|
||||
{this.renderStyle()}
|
||||
{this.renderPages()}
|
||||
</>
|
||||
: null}
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
</Frame>
|
||||
|
||||
Reference in New Issue
Block a user