diff --git a/web/app/components/tools/tool-list/item.tsx b/web/app/components/tools/tool-list/item.tsx index 2373ac1b8..c53aba61d 100644 --- a/web/app/components/tools/tool-list/item.tsx +++ b/web/app/components/tools/tool-list/item.tsx @@ -35,9 +35,10 @@ const Item: FC = ({ const language = getLanguage(locale) const isBuiltIn = collection.type === CollectionType.builtIn - const canShowDetail = !isBuiltIn || (isBuiltIn && isInToolsPage) + const canShowDetail = isInToolsPage const [showDetail, setShowDetail] = useState(false) const addBtn = + return ( <>