diff --git a/app/embeds/Mindmeister.js b/app/embeds/Mindmeister.js index 42c976467..3f2927e87 100644 --- a/app/embeds/Mindmeister.js +++ b/app/embeds/Mindmeister.js @@ -17,7 +17,10 @@ export default class Mindmeister extends React.Component { static ENABLED = [URL_REGEX]; render() { - const chartId = this.props.attrs.matches[4] + this.props.attrs.matches[6]; + const chartId = + this.props.attrs.matches[4] + + (this.props.attrs.matches[5] || "") + + (this.props.attrs.matches[6] || ""); return (