fix(webui): not being able to select "Maw Fangs" for "Add Items"
This commit is contained in:
parent
ef220ca6d7
commit
9bde745622
@ -19,7 +19,7 @@ const getItemListsController: RequestHandler = (_req, res) => {
|
||||
res.json({
|
||||
warframes: reduceItems(warframes),
|
||||
weapons: reduceItems(weapons.filter(item => item.productCategory != "OperatorAmps")),
|
||||
miscitems: reduceItems(items.filter(item => item.category == "Misc" || item.category == "Resources"))
|
||||
miscitems: reduceItems(items.filter(item => item.category == "Misc" || item.category == "Resources" || item.category == "Fish")),
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user