Browse Source
Remove checkbox from close position dialog
shutdown-taker-if-no-maker-present
bonomat
3 years ago
No known key found for this signature in database
GPG Key ID: E5F8E74C672BC666
1 changed files with
0 additions and
2 deletions
-
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> |
|
|
|
</>)} |
|
|
|