Skip to content

Commit

Permalink
chore: major frontend JS cleanup (#3609)
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed May 7, 2023
1 parent 3df743f commit f07073b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/common/components/MarkdownToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import Component from 'flarum/common/Component';

export default class MarkdownToolbar extends Component {
view(vnode) {
return <div class="MarkdownToolbar">{vnode.children}</div>;
return <div className="MarkdownToolbar">{vnode.children}</div>;
}
}

0 comments on commit f07073b

Please sign in to comment.