Skip to content

Commit

Permalink
resolve warnings in list_search
Browse files Browse the repository at this point in the history
(and git email test)
  • Loading branch information
John-Paul-R committed Nov 25, 2022
1 parent 32d95f5 commit 685bef8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions public/ts/list_search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {
initSearch,
fabric_category_id,
loader,
mod_data,
CATEGORIES,
resultsListElement,
setResultsListElement,
Expand Down Expand Up @@ -213,18 +212,14 @@ const listElementTemplate = (() => {
return elements;
};
})()
function createListElement(modData: Mod, includeCategories = true) {
function createListElement(modData: Mod) {
const {
li,
container,
front_container,
end_container,
title_container,
name,
authorDiv,
categories,
desc,
startContainer,
dlCount,
} = listElementTemplate();

Expand Down

0 comments on commit 685bef8

Please sign in to comment.