Skip to content

Commit 8755788

Browse files
committed
remove unused meta
1 parent 9ad3cab commit 8755788

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/WranglerCommand.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ if (!command) {
6161
<Fragment
6262
set:html={marked.parse(x.description, { breaks: true })}
6363
/>
64-
{x.meta && <MetaInfo text={x.meta} />}
6564
</li>
6665
))}
6766
</ul>

0 commit comments

Comments
 (0)