Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 22253cf

Browse files
committed
fix(landing): fix js linting
1 parent 0c7c4d7 commit 22253cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/javascripts/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (process.env.NODE_ENV === 'development') {
3030
}
3131

3232
placesAutocomplete.on('change', function(e) {
33-
if(e.query == "") {
33+
if (e.query === '') {
3434
$response.textContent = '';
3535
$response.classList.remove('display');
3636
} else {

0 commit comments

Comments
 (0)