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.
2 parents 040ae7e + 880567d commit 11e93aeCopy full SHA for 11e93ae
src/components/CodeEmbed/frame.tsx
@@ -161,7 +161,7 @@ export const CodeFrame = (props: CodeFrameProps) => {
161
htmlBody: props.htmlBodyCode,
162
base: props.base,
163
scripts: props.scripts,
164
- }) : undefined}
+ }) : ""}
165
sandbox="allow-scripts allow-popups allow-modals allow-forms allow-same-origin"
166
aria-label="Code Preview"
167
title="Code Preview"
0 commit comments