From dd14cc985911bc64c878f573ddfd8ab29f9465fc Mon Sep 17 00:00:00 2001 From: bonomat Date: Thu, 11 Nov 2021 09:30:03 +1100 Subject: [PATCH] Remove checkbox from confirmation buy confirmation dialog --- taker-frontend/src/components/Trade.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/taker-frontend/src/components/Trade.tsx b/taker-frontend/src/components/Trade.tsx index 2f0b1cd..75ed2b4 100644 --- a/taker-frontend/src/components/Trade.tsx +++ b/taker-frontend/src/components/Trade.tsx @@ -4,7 +4,6 @@ import { Button, ButtonGroup, Center, - Checkbox, Circle, FormControl, FormHelperText, @@ -163,7 +162,9 @@ const Trade = ( - Market buy {quantity} of BTC/USD @ {price} + + Market buy {quantity} of BTC/USD @ {price} + @@ -192,7 +193,6 @@ const Trade = ( - Always show this dialog