Skip to content

Commit 071afb1

Browse files
committed
resolve warnings in list_search
(and git email test)
1 parent 899915e commit 071afb1

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

public/ts/list_search.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {
33
initSearch,
44
fabric_category_id,
55
loader,
6-
mod_data,
76
CATEGORIES,
87
resultsListElement,
98
setResultsListElement,
@@ -213,18 +212,14 @@ const listElementTemplate = (() => {
213212
return elements;
214213
};
215214
})()
216-
function createListElement(modData: Mod, includeCategories = true) {
215+
function createListElement(modData: Mod) {
217216
const {
218217
li,
219-
container,
220-
front_container,
221218
end_container,
222-
title_container,
223219
name,
224220
authorDiv,
225221
categories,
226222
desc,
227-
startContainer,
228223
dlCount,
229224
} = listElementTemplate();
230225

0 commit comments

Comments
 (0)