From d762860eac1d2ee0d12fc84879b2097d368d6159 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sat, 31 Dec 2022 22:00:38 -0500 Subject: missed this --- frontend/src/menu-hook.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/menu-hook.tsx b/frontend/src/menu-hook.tsx index d4bc5410..5a3ffde5 100644 --- a/frontend/src/menu-hook.tsx +++ b/frontend/src/menu-hook.tsx @@ -98,7 +98,7 @@ class MenuHook extends Logger { if (patchedInnerMenu) { childArray[0].type = patchedInnerMenu; } else { - afterPatch(childArray[0], 'type', (menuArgs, ret) => { + afterPatch(childArray[0], 'type', (_, ret) => { const { itemPatches, items } = useDeckyMenuState(); const itemList = ret.props.children; -- cgit v1.2.3