@@ -20,7 +20,7 @@ const getAddress = (address?: IAddressType) => {
|
||||
}
|
||||
|
||||
const SeparatorBorderComponent = () => {
|
||||
return <View style={[GenericStyles.dashedBorder, GenericStyles.my8]}></View>;
|
||||
return <View style={[GenericStyles.dashedBorder, GenericStyles.mv8]}></View>;
|
||||
}
|
||||
|
||||
const Address: React.FC<IAddress> = props => {
|
||||
|
||||
@@ -608,7 +608,7 @@
|
||||
"buttonType": "button",
|
||||
"orientation": "vertical",
|
||||
"additionalDetailsComponent": "Address",
|
||||
"showPermanentAddress": false,
|
||||
"showPermanentAddress": true
|
||||
}
|
||||
},
|
||||
"q26": {
|
||||
|
||||
Reference in New Issue
Block a user