Skip to content

Commit 08c9d82

Browse files
committed
fix: eslint issue
1 parent ea40d69 commit 08c9d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/inventory/selected_item_info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export class SelectedItemInfo extends FloatElement {
9898
return html``;
9999
}
100100

101-
let containerChildren: TemplateResult[] = [];
101+
const containerChildren: TemplateResult[] = [];
102102

103103
if (isSkin(this.asset.description)) {
104104
if (this.itemInfo) {

0 commit comments

Comments
 (0)