mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore: remove unused var
This commit is contained in:
@@ -107,7 +107,7 @@ export class PickerColumnOption implements ComponentInterface {
|
||||
}
|
||||
|
||||
render() {
|
||||
const { color, value, disabled, ariaLabel } = this;
|
||||
const { color, disabled, ariaLabel } = this;
|
||||
const mode = getIonMode(this);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user