mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
fixup! Added email suppression FAQ modal
This commit is contained in:
parent
23ded6fb67
commit
6b7d313415
1 changed files with 3 additions and 3 deletions
|
@ -6,16 +6,16 @@ export default function EmailSuppressedPage() {
|
|||
const {onAction} = useContext(AppContext);
|
||||
|
||||
const onClose = () => {
|
||||
onAction('switchPage', {page: 'emailSuppressed'});
|
||||
onAction('switchPage', {page: 'emailSuppressed', lastPage: 'accountHome'});
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="gh-email-suppressed-page">
|
||||
<div className="gh-email-suppression-faq">
|
||||
<header className='gh-portal-detail-header'>
|
||||
<CloseButton onClick={onClose} />
|
||||
</header>
|
||||
|
||||
<div className="gh-email-suppression-faq">
|
||||
<div>
|
||||
<h3>Why is my email disabled?</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue