mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-18 09:41:32 -05:00
fix: Call to Action question bug (#2184)
This commit is contained in:
@@ -17,6 +17,7 @@ export default function HtmlBody({ htmlString, questionId }: HtmlBodyProps) {
|
||||
}, [htmlString]);
|
||||
|
||||
if (!htmlString) return null;
|
||||
if (safeHtml === `<p class="fb-editor-paragraph"><br></p>`) return null;
|
||||
|
||||
return (
|
||||
<label
|
||||
|
||||
Reference in New Issue
Block a user