Skip to content

Commit 35981ca

Browse files
author
Mauve Signweaver
committed
fix: linter errors
1 parent 04c5cf3 commit 35981ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ui/omni-box.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class OmniBox extends HTMLElement {
253253
if (name === 'src') {
254254
this.input.value = newValue
255255

256-
const { pathname, hostname } = new URL(newValue)
256+
const { pathname } = new URL(newValue)
257257
const hasUpperFolders = pathname !== '/'
258258
this.upButton.classList.toggle('hidden', !hasUpperFolders)
259259

0 commit comments

Comments
 (0)