diff --git a/pages/tools/components/ToolingTable.tsx b/pages/tools/components/ToolingTable.tsx index 01aec8678..cc5f444d3 100644 --- a/pages/tools/components/ToolingTable.tsx +++ b/pages/tools/components/ToolingTable.tsx @@ -77,6 +77,29 @@ const ToolingTable = ({ const groups = Object.keys(toolsByGroup); + if ( + groups.length === 0 || + (groups.length === 1 && + groups[0] === 'none' && + toolsByGroup['none'].length === 0) + ) { + return ( +
+
+ + + + + + +
+ No results found +
+
+
+ ); + } + const openModal = (tool: JSONSchemaTool) => { setSelectedTool(tool); postAnalytics({