Update footer.js
This commit is contained in:
parent
3b6fdd47a5
commit
41fb2d0179
1 changed files with 2 additions and 2 deletions
|
@ -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()}
|
||||
|
|
Loading…
Reference in a new issue