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 646c75e commit 5f8b3f3Copy full SHA for 5f8b3f3
packages/blinks/src/ui/layouts/BaseBlinkLayout.tsx
@@ -268,7 +268,7 @@ export const BaseBlinkLayout = ({
268
{title}
269
</span>
270
<span className="text-subtext text-text-secondary mb-4 break-words">
271
- <SimpleMarkdown text={description} />
+ {description && <SimpleMarkdown text={description} />}
272
273
{!supportability.isSupported ? (
274
<NotSupportedBlock message={supportability.message} />
0 commit comments