diff --git a/projects/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/highlight/index.tsx b/projects/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/highlight/index.tsx index d40e0afbceab0..6db5488203981 100644 --- a/projects/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/highlight/index.tsx +++ b/projects/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/highlight/index.tsx @@ -96,7 +96,7 @@ export default function Highlight() { const handleApplySuggestion = () => { // Apply known fixes - const render = fixes.table( fixes.listItem( suggestions?.html, true ) ); + const render = fixes.table( fixes.listItem( suggestions?.html, true ), true ); const [ newBlock ] = rawHandler( { HTML: render } ); updateBlockAttributes( block, newBlock.attributes ); }; @@ -126,9 +126,9 @@ export default function Highlight() { { hasSuggestions ? (