We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b128d commit 8924ae8Copy full SHA for 8924ae8
1 file changed
components/unity/applications/applications-list.tsx
@@ -70,7 +70,7 @@ export function ApplicationsList({
70
}
71
72
73
- }, [actions, consts.token, guild])
+ }, [consts.token, guild])
74
75
return (
76
<div className="flex max-md:flex-col rounded-lg m-4">
0 commit comments