Compare commits

..

No commits in common. "63a9eb6bf64c917f88c148aa0ae4a307ca44dc7e" and "ee88fc80e48666f7b4bb05a952f383c89ebe3fd1" have entirely different histories.

View File

@ -160,13 +160,9 @@ export default function PersonalSection({
}
disabled={type == 'display'}
onChange={(e) => {
let value = e.target.value;
if (value[0] === '0') {
value = value.slice(1);
}
setPatient((prevValues: any) => ({
...prevValues,
cellPhone: value,
cellPhone: e.target.value,
}));
}}
onBlur={(e) => {
@ -189,7 +185,6 @@ export default function PersonalSection({
: ''
}
/>
</Grid>
<Grid