js: Fix linting errors from line shifts
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2794>
This commit is contained in:
@ -58,7 +58,7 @@ class AccessDialog extends ModalDialog.ModalDialog {
|
||||
|
||||
let check = new CheckBox.CheckBox();
|
||||
check.getLabelActor().text = name;
|
||||
check.checked = selected == "true";
|
||||
check.checked = selected === 'true';
|
||||
content.add_child(check);
|
||||
|
||||
this._choices.set(id, check);
|
||||
|
Reference in New Issue
Block a user