mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
parent
4342da366f
commit
4eed600111
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const React = require('react');
|
|||
// }
|
||||
|
||||
export default function UnsubscribePage() {
|
||||
const {site, pageData, brandColor, onAction} = useContext(AppContext);
|
||||
const {site, pageData, onAction} = useContext(AppContext);
|
||||
const api = setupGhostApi({siteUrl: site.url});
|
||||
const [member, setMember] = useState();
|
||||
const siteNewsletters = getSiteNewsletters({site});
|
||||
|
|
Loading…
Add table
Reference in a new issue