From 2fad56695de4cf9c4e0abf88e827df84f466abbb Mon Sep 17 00:00:00 2001 From: Martin Klepsch Date: Tue, 24 Apr 2018 11:26:34 +0200 Subject: [PATCH] hide `Merged bounties` section --- src/cljs/commiteth/manage_payouts.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cljs/commiteth/manage_payouts.cljs b/src/cljs/commiteth/manage_payouts.cljs index 591af6b..fb1b511 100644 --- a/src/cljs/commiteth/manage_payouts.cljs +++ b/src/cljs/commiteth/manage_payouts.cljs @@ -369,7 +369,7 @@ [heading "Paid out bounties" (count-pill (count (get grouped :paid)))] [expandable-bounty-list paid-bounty (get grouped :paid)]] - [:div.mt4 + #_[:div.mt4 [heading "Merged bounties" (count-pill (count (get grouped :merged)))] [:p "I'm not sure why these exist. They have a :payout-address and a :confirm-hash so why are they missing the :payout-hash?"] [expandable-bounty-list paid-bounty (get grouped :merged)]]