missed this

This commit is contained in:
AAGaming
2022-12-31 22:00:38 -05:00
parent fdbc508fa8
commit d762860eac
+1 -1
View File
@@ -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;