Show hidden radio buttons of shipping method zip codes
This commit is contained in:
parent
d5ae972b0e
commit
c0426d5024
1 changed files with 1 additions and 4 deletions
|
@ -48,9 +48,6 @@ const useStyles = makeStyles(
|
||||||
width: 80
|
width: 80
|
||||||
},
|
},
|
||||||
colCode: {},
|
colCode: {},
|
||||||
hide: {
|
|
||||||
display: "none"
|
|
||||||
},
|
|
||||||
option: {
|
option: {
|
||||||
marginBottom: theme.spacing(2),
|
marginBottom: theme.spacing(2),
|
||||||
width: 400
|
width: 400
|
||||||
|
@ -100,7 +97,7 @@ const ShippingZoneZipCodes: React.FC<ShippingZoneZipCodesProps> = ({
|
||||||
</Button>
|
</Button>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<CardContent className={classNames(classes.radioContainer, classes.hide)}>
|
<CardContent className={classNames(classes.radioContainer)}>
|
||||||
<RadioGroupField
|
<RadioGroupField
|
||||||
alignTop
|
alignTop
|
||||||
choices={[
|
choices={[
|
||||||
|
|
Loading…
Reference in a new issue