diff --git a/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/QuestionComponent.js b/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/QuestionComponent.js index bdaa084eb92dfad9e23a32cc343002a95174822a..f5e071d1d156bdcf495ff4ece5d199c29247b01c 100644 --- a/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/QuestionComponent.js +++ b/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/QuestionComponent.js @@ -203,12 +203,8 @@ export default ({ node, view, getPos }) => { <IconsWrapper> {showAddIcon && !readOnly && ( <Button - icon={ - <PlusSquareOutlined - onClick={() => addOption(node.attrs.id)} - title="Add Option" - /> - } + onClick={() => addOption(node.attrs.id)} + icon={<PlusSquareOutlined title="Add Option" />} /> )} {showRemoveIcon && !readOnly && (