Skip to content

Commit 57b6c82

Browse files
committed
tabbed layout fix
1 parent 28ac6fa commit 57b6c82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components-layout/TabbedLayout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export class TabbedLayout extends React.Component<LayoutProps, {}> {
4848
<button onClick={() => this.setState({tab: TAB_PREVIEW})}>Preview</button>
4949
</div>
5050
<MdeToolbar
51-
className="react-mde-toolbar"
5251
commands={commands}
5352
onCommand={this.handleCommand}
5453
/>

0 commit comments

Comments
 (0)