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 (