0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Fix missing }

This commit is contained in:
G.Ambatte
2025-02-12 07:54:15 +13:00
parent bbc601cf47
commit d48d5260a4

View File

@@ -17,6 +17,7 @@ const authorLookup = ()=>{
const brews = await request.get(`/admin/user/list/${author}`);
setResults(brews.body);
setSearching(false);
};
const renderResults = ()=>{
if(results.length == 0) return <>