24
1
Fork 0

remove signin modal from privacy page. fixes #1508

Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
Danny Coates 2020-08-03 08:56:10 -07:00 committed by timvisee
parent 97e3d78ba8
commit a39cfaf3d3
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ const html = require('choo/html');
const modal = require('./modal');
module.exports = function(state, emit) {
state.modal = null;
return html`
<main class="main">
${state.modal && modal(state, emit)}