mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Fixes StackCraft search and work on 516 (#26492)
* Fixes StackCraft for 516 * Rebuild
This commit is contained in:
@@ -20,7 +20,7 @@ const Recipes = (props, context) => {
|
||||
const { amount, recipes } = data;
|
||||
const [searchText, setSearchText] = useLocalState(context, 'searchText', '');
|
||||
|
||||
const filteredRecipes = filterRecipeList(recipes, createSearch(searchText, item));
|
||||
const filteredRecipes = filterRecipeList(recipes, createSearch(searchText));
|
||||
const [searchActive, setSearchActive] = useLocalState(context, '', false);
|
||||
|
||||
return (
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user