We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad3cab commit 8755788Copy full SHA for 8755788
src/components/WranglerCommand.astro
@@ -61,7 +61,6 @@ if (!command) {
61
<Fragment
62
set:html={marked.parse(x.description, { breaks: true })}
63
/>
64
- {x.meta && <MetaInfo text={x.meta} />}
65
</li>
66
))}
67
</ul>
0 commit comments