Browse Source

Remove checkbox from close position dialog

shutdown-taker-if-no-maker-present
bonomat 3 years ago
parent
commit
0b495c7f6e
No known key found for this signature in database GPG Key ID: E5F8E74C672BC666
  1. 2
      taker-frontend/src/components/History.tsx

2
taker-frontend/src/components/History.tsx

@ -4,7 +4,6 @@ import {
Box,
Button,
Center,
Checkbox,
Divider,
GridItem,
Heading,
@ -223,7 +222,6 @@ const CfdDetails = ({ cfd }: CfdDetailsProps) => {
>
Close
</Button>
<Checkbox defaultIsChecked>Don't show this again</Checkbox>
</PopoverFooter>
</PopoverContent>
</>)}

Loading…
Cancel
Save