Skip to content

Commit

Permalink
fix: eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
GODrums committed Nov 17, 2024
1 parent ea40d69 commit 08c9d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/inventory/selected_item_info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class SelectedItemInfo extends FloatElement {
return html``;
}

let containerChildren: TemplateResult[] = [];
const containerChildren: TemplateResult[] = [];

if (isSkin(this.asset.description)) {
if (this.itemInfo) {
Expand Down

0 comments on commit 08c9d82

Please sign in to comment.