mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
fix(website): don't error if unstable node missing (#11191)
fix: don't error if unstable node missing
This commit is contained in:
@@ -69,7 +69,7 @@ async function EventBodyNode({
|
||||
<DeprecatedNode deprecatedBlock={event.summary.deprecatedBlock} version={version} />
|
||||
) : null}
|
||||
|
||||
{event.summary?.unstableBlock.length ? (
|
||||
{event.summary?.unstableBlock?.length ? (
|
||||
<UnstableNode unstableBlock={event.summary.unstableBlock} version={version} />
|
||||
) : null}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user