diff --git a/docs/src/modules/components/ApiPage/table/PropertiesTable.tsx b/docs/src/modules/components/ApiPage/table/PropertiesTable.tsx index c6f474c06d8cb2..2e245a3b0f7eb6 100644 --- a/docs/src/modules/components/ApiPage/table/PropertiesTable.tsx +++ b/docs/src/modules/components/ApiPage/table/PropertiesTable.tsx @@ -177,7 +177,11 @@ export default function PropertiesTable(props: PropertiesTableProps) { } - {propDefault} + {propDefault ? ( + {propDefault} + ) : ( + '-' + )} {description && }