We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea40d69 commit 08c9d82Copy full SHA for 08c9d82
src/lib/components/inventory/selected_item_info.ts
@@ -98,7 +98,7 @@ export class SelectedItemInfo extends FloatElement {
98
return html``;
99
}
100
101
- let containerChildren: TemplateResult[] = [];
+ const containerChildren: TemplateResult[] = [];
102
103
if (isSkin(this.asset.description)) {
104
if (this.itemInfo) {
0 commit comments