remove explicit type case

This commit is contained in:
Liam DeBeasi
2023-12-05 13:27:19 -05:00
parent e4797f73f4
commit a98e85d632

View File

@@ -453,7 +453,7 @@ export class PickerColumn implements ComponentInterface {
}
return option.value === value;
}) as HTMLIonPickerColumnOptionElement | undefined;
});
}
render() {