diff --git a/examples/emojis/index.js b/examples/emojis/index.js index 71ee9488f..5b7e90db8 100644 --- a/examples/emojis/index.js +++ b/examples/emojis/index.js @@ -25,7 +25,7 @@ const EMOJIS = [ const schema = { nodes: { - paragraph: props =>
{props.children}
, + paragraph: props =>{props.children}
, emoji: (props) => { const { isSelected, node } = props const { data } = node