mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(components): fix build lint errors
This commit is contained in:
@@ -504,7 +504,7 @@ export class Datetime {
|
||||
}
|
||||
}
|
||||
const selectedIndex = column.selectedIndex = clamp(indexMin, column.selectedIndex, indexMax);
|
||||
opt = column.options[selectedIndex];
|
||||
const opt = column.options[selectedIndex];
|
||||
if (opt) {
|
||||
return opt.value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user