From 431936beb9bc46d057c39e32beb99e646f456963 Mon Sep 17 00:00:00 2001 From: Joel Date: Mon, 12 Jan 2026 11:33:18 +0800 Subject: [PATCH] chore: handle callback warning --- web/app/components/explore/app-card/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/explore/app-card/index.tsx b/web/app/components/explore/app-card/index.tsx index 7d6df09b03..5d82ab65cc 100644 --- a/web/app/components/explore/app-card/index.tsx +++ b/web/app/components/explore/app-card/index.tsx @@ -35,7 +35,7 @@ const AppCard = ({ return () => { setShowTryAppPanel?.(true, { appId, app }) } - }, [setShowTryAppPanel, app.category]) + }, [setShowTryAppPanel, app]) return (