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