mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
test(button): fix linter errors
This commit is contained in:
@ -63,7 +63,7 @@ export class E2EPage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
setValue(value: any) {
|
setValue(value: any) {
|
||||||
if (this.value !== value){
|
if (this.value !== value) {
|
||||||
this.buttons.forEach((btn: any) => btn.selected = (value === btn.value));
|
this.buttons.forEach((btn: any) => btn.selected = (value === btn.value));
|
||||||
this.value = value;
|
this.value = value;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user