diff --git a/docs/src/components/pricing/PricingTable.tsx b/docs/src/components/pricing/PricingTable.tsx index 33b845e94daa25..2eae0b8bb478f9 100644 --- a/docs/src/components/pricing/PricingTable.tsx +++ b/docs/src/components/pricing/PricingTable.tsx @@ -597,14 +597,22 @@ const rowHeaders: Record = { 'charts/filter-interaction': , 'charts/selection-interaction': , // Treeview - components - 'tree-view/simple-tree-view': , - 'tree-view/rich-tree-view': , + 'tree-view/simple-tree-view': ( + + ), + 'tree-view/rich-tree-view': ( + + ), // Treeview - advanced features - 'tree-view/inline-editing': , - 'tree-view/drag-to-reorder': , + 'tree-view/inline-editing': ( + + ), + 'tree-view/drag-to-reorder': ( + + ), 'tree-view/virtualization': , - + 'mui-x-production': , 'mui-x-development': , 'mui-x-development-perpetual': ( @@ -1598,7 +1606,9 @@ export default function PricingTable({ {treeViewUnfoldMore} - {treeViewUnfoldMore} + + {treeViewUnfoldMore} +