From b4e7d88ed893c01c72af4845828057f4775d63ca Mon Sep 17 00:00:00 2001
From: ingawei <46611122+ingawei@users.noreply.github.com>
Date: Wed, 12 Oct 2022 01:13:43 -0500
Subject: [PATCH] de daisied cancel limit bet button (#1029)
---
web/components/limit-bets.tsx | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/web/components/limit-bets.tsx b/web/components/limit-bets.tsx
index 49578fba..254962cb 100644
--- a/web/components/limit-bets.tsx
+++ b/web/components/limit-bets.tsx
@@ -140,12 +140,9 @@ function LimitBet(props: {
{isCancelling ? (
) : (
-
)}
)}