From 41fb2d01797b03509a37ef302c9fcbfade3b2411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?netop=3A//=20=E3=82=A6=E3=82=A7=E3=83=83=E3=83=96?= Date: Fri, 25 Jan 2019 10:36:43 -0600 Subject: [PATCH] Update footer.js --- app/components/footer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/footer.js b/app/components/footer.js index 47170a9..55e09f1 100644 --- a/app/components/footer.js +++ b/app/components/footer.js @@ -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`
${emailSubscribe()}