Skip to content

Commit e8e2a2c

Browse files
Merge pull request #57 from sanity-io/bugfix-presenter-divs
Tiny fix to address presenter name and title - currently glued together on main
2 parents 06afd9b + d0b603d commit e8e2a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/Clean.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ export default function Clean({value, as}: CleanProps) {
2020
<span style={{display: 'none'}}>{encoded}</span>
2121
</Element>
2222
) : (
23-
cleaned
23+
<Element>{cleaned}</Element>
2424
)
2525
}

0 commit comments

Comments
 (0)