mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03: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:
@@ -71,7 +71,7 @@ async function MethodBodyNode({
|
||||
<DeprecatedNode deprecatedBlock={method.summary.deprecatedBlock} version={version} />
|
||||
) : null}
|
||||
|
||||
{method.summary?.unstableBlock.length ? (
|
||||
{method.summary?.unstableBlock?.length ? (
|
||||
<UnstableNode unstableBlock={method.summary.unstableBlock} version={version} />
|
||||
) : null}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user