From 1c4c13b315095dc20a61cebcffa1737c84c8446d Mon Sep 17 00:00:00 2001 From: ingawei Date: Wed, 12 Oct 2022 18:29:36 -0700 Subject: [PATCH] added things --- web/components/award-bounty-button.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/components/award-bounty-button.tsx b/web/components/award-bounty-button.tsx index 2884fa1a..8fcca668 100644 --- a/web/components/award-bounty-button.tsx +++ b/web/components/award-bounty-button.tsx @@ -37,10 +37,12 @@ export function AwardBountyButton(prop: { const canUp = me && me.id !== comment.userId && contract.creatorId === me.id if (!canUp) return
return ( - +