0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Fixed linting issue

refs https://github.com/TryGhost/Team/issues/1495
This commit is contained in:
Djordje Vlaisavljevic 2022-04-28 12:21:20 +02:00
parent 4342da366f
commit 4eed600111

View file

@ -16,7 +16,7 @@ const React = require('react');
// } // }
export default function UnsubscribePage() { export default function UnsubscribePage() {
const {site, pageData, brandColor, onAction} = useContext(AppContext); const {site, pageData, onAction} = useContext(AppContext);
const api = setupGhostApi({siteUrl: site.url}); const api = setupGhostApi({siteUrl: site.url});
const [member, setMember] = useState(); const [member, setMember] = useState();
const siteNewsletters = getSiteNewsletters({site}); const siteNewsletters = getSiteNewsletters({site});