0
Fork 0
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:
Peter Zimon 2020-09-23 11:15:51 +02:00
parent 8af2340d42
commit 8580f2fec1

View file

@ -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>