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
|
// E X P O R T
|
||||||
|
|
||||||
export default state => {
|
export default state => {
|
||||||
if (state.hideFooter) {
|
if (state.hideFooter)
|
||||||
return "";
|
return "";
|
||||||
}
|
|
||||||
return html`
|
return html`
|
||||||
<section class="email-subscribe-container">
|
<section class="email-subscribe-container">
|
||||||
${emailSubscribe()}
|
${emailSubscribe()}
|
||||||
|
|
Loading…
Reference in a new issue