From a39cfaf3d3d646d488fd2077195d9aae7061ff6d Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Mon, 3 Aug 2020 08:56:10 -0700 Subject: [PATCH] remove signin modal from privacy page. fixes #1508 Co-authored-by: timvisee --- app/ui/legal.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/ui/legal.js b/app/ui/legal.js index 54981416..c1928278 100644 --- a/app/ui/legal.js +++ b/app/ui/legal.js @@ -2,6 +2,7 @@ const html = require('choo/html'); const modal = require('./modal'); module.exports = function(state, emit) { + state.modal = null; return html`
${state.modal && modal(state, emit)}