Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
remove signin modal from privacy page. fixes #1508
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycoates committed Aug 3, 2020
1 parent e20798e commit 320b4cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/ui/legal.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit 320b4cc

Please sign in to comment.