Skip to content

Commit 26b387a

Browse files
committed
lint fix: remove unused var
1 parent 1212e4d commit 26b387a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/embed/ui.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ui/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ class ArchiveWebApp extends ReplayWebApp
328328
@show-start=${this.onShowStart}
329329
@show-import=${this.onShowImport}
330330
@colls-updated=${this.onCollsLoaded}
331-
@ipfs-share-failed=${(e) => this.showIpfsShareFailed = true}
331+
@ipfs-share-failed=${() => this.showIpfsShareFailed = true}
332332
style="overflow: visible"
333333
>
334334
</wr-rec-coll-index>

0 commit comments

Comments
 (0)