remove key

main
raboid 6 years ago committed by Michael Fix
parent 1c1b1cb2f9
commit 8c2ce87c45

@ -286,7 +286,7 @@ class Editor extends React.Component {
return (
<div className="editor">
<Toolbar>
<Themes key={theme} update={this.updateState} theme={theme} highlights={highlights} />
<Themes update={this.updateState} theme={theme} highlights={highlights} />
<Dropdown
icon={languageIcon}
selected={

Loading…
Cancel
Save