summaryrefslogtreecommitdiff
path: root/frontend/src/menu-hook.tsx
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-12-31 22:00:38 -0500
committerAAGaming <aa@mail.catvibers.me>2022-12-31 22:00:38 -0500
commitd762860eac1d2ee0d12fc84879b2097d368d6159 (patch)
treedbf53fd699651e829cbd1fbf3dd8227568c09d8d /frontend/src/menu-hook.tsx
parentfdbc508fa8cb9ad3629486cacc1c92abb2500794 (diff)
downloaddecky-loader-d762860eac1d2ee0d12fc84879b2097d368d6159.tar.gz
decky-loader-d762860eac1d2ee0d12fc84879b2097d368d6159.zip
missed this
Diffstat (limited to 'frontend/src/menu-hook.tsx')
-rw-r--r--frontend/src/menu-hook.tsx2
1 files changed, 1 insertions, 1 deletions
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;