diff --git a/src/components/RichTextEditor/BlockStyleButtons.jsx b/src/components/RichTextEditor/BlockStyleButtons.jsx index 9aa21176d..2d21267fc 100644 --- a/src/components/RichTextEditor/BlockStyleButtons.jsx +++ b/src/components/RichTextEditor/BlockStyleButtons.jsx @@ -5,8 +5,8 @@ import BulletIcon from '../../styles/icons/bullet.svg'; import NumberIcon from '../../styles/icons/number.svg'; const BLOCK_TYPES = [ - { label: , style: 'unordered-list-item', ariaLabel: 'Unordered list' }, - { label: , style: 'ordered-list-item', ariaLabel: 'Ordered list' }, + { label: , style: 'unordered-list-item', ariaLabel: 'Unordered list' }, + { label: , style: 'ordered-list-item', ariaLabel: 'Ordered list' }, ]; const BlockStyleButtons = (props) => { diff --git a/src/components/RichTextEditor/InlineStyleButtons.jsx b/src/components/RichTextEditor/InlineStyleButtons.jsx index 838a86ea6..0057d8817 100644 --- a/src/components/RichTextEditor/InlineStyleButtons.jsx +++ b/src/components/RichTextEditor/InlineStyleButtons.jsx @@ -6,10 +6,10 @@ import ItalicIcon from '../../styles/icons/italic.svg'; import UnderlineIcon from '../../styles/icons/underline.svg'; const INLINE_STYLES = [ - { label: , style: 'BOLD', ariaLabel: 'Bold' }, - { label: , style: 'ITALIC', ariaLabel: 'Italic' }, + { label: , style: 'BOLD', ariaLabel: 'Bold' }, + { label: , style: 'ITALIC', ariaLabel: 'Italic' }, { - label: , + label: , style: 'UNDERLINE', ariaLabel: 'Underline', },