mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Hide popup notifications
This commit is contained in:
parent
8af2340d42
commit
8580f2fec1
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class PopupContent extends React.Component {
|
|||
return (
|
||||
<div className='gh-portal-popup-wrapper'>
|
||||
<div className={(hasMode(['preview', 'dev']) ? 'gh-portal-popup-container preview' : 'gh-portal-popup-container') + ' ' + popupWidthStyle} style={pageStyle} ref={node => (this.node = node)} tabIndex="-1">
|
||||
<PopupNotification />
|
||||
{/* <PopupNotification /> */}
|
||||
{this.renderActivePage()}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue