Update footer.js

This commit is contained in:
netop:// ウェッブ 2019-01-25 10:36:43 -06:00 committed by GitHub
parent 3b6fdd47a5
commit 41fb2d0179
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,9 +19,9 @@ const config = local("/config");
// E X P O R T
export default state => {
if (state.hideFooter) {
if (state.hideFooter)
return "";
}
return html`
<section class="email-subscribe-container">
${emailSubscribe()}