remove signin modal from privacy page. fixes #1508

This commit is contained in:
Danny Coates 2020-08-03 08:56:10 -07:00
parent e20798e0aa
commit 320b4cc9f1
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
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)}