From 0ec5aaaa364dae8fd959c71a6c4b3c6d8a4ee9f5 Mon Sep 17 00:00:00 2001 From: gsovereignty Date: Tue, 20 Aug 2024 16:41:12 +0300 Subject: [PATCH] problem: protocol item missing from merit request vote --- src/components/VoteOnMeritRequest.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/VoteOnMeritRequest.svelte b/src/components/VoteOnMeritRequest.svelte index 02be64f..18c8639 100644 --- a/src/components/VoteOnMeritRequest.svelte +++ b/src/components/VoteOnMeritRequest.svelte @@ -31,6 +31,10 @@ } { + checkboxes.set( + 'I believe the Problem is in the critical path to increased revenue, participation, or lulz.', + false + ); checkboxes.set('I believe this problem is worth solving', false); checkboxes.set( 'I believe the Problem statement is a true and accurate observation of reality',