fix: reference tab critical fail
This commit is contained in:
parent
b253d437d3
commit
e52017c0d8
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ export function Reference() {
|
|||
<ul>
|
||||
{entry.params?.map(({ name, type, description }, i) => (
|
||||
<li key={i}>
|
||||
{name} : {type.names?.join(' | ')} {description ? <> - {getInnerText(description)}</> : ''}
|
||||
{name} : {type?.names?.join(' | ')} {description ? <> - {getInnerText(description)}</> : ''}
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue