Skip to content

Commit 58e4669

Browse files
committed
Convention clean up
1 parent 15b2f4d commit 58e4669

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

js/app.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ const App = {
121121
if (!App.focusedSelector) return;
122122

123123
const $el = App.$.list.querySelector(App.focusedSelector);
124-
if ($el) {
125-
$el.focus();
126-
}
124+
if ($el) $el.focus();
127125
},
128126
render() {
129127
const count = Todos.all().length;

0 commit comments

Comments
 (0)