Remove mistakenly comitted code

This commit is contained in:
BorysLevytskyi
2021-01-16 12:24:30 +02:00
parent 4cf12c2d89
commit d745703274

View File

@@ -18,8 +18,6 @@ export default class DisplayResultView extends React.Component<DisplayResultProp
<span className="cur"> <span className="cur">
&gt;</span>{this.props.input} &gt;</span>{this.props.input}
<a className="hashLink" title="Link for this expression" href={window.location.pathname + '#' + this.props.inputHash}>#</a> <a className="hashLink" title="Link for this expression" href={window.location.pathname + '#' + this.props.inputHash}>#</a>
&nbsp;
<a className="hashLink" title="Remove this result" href="javascript:void(0)">[x]</a>
</div> </div>
<div className="content"> <div className="content">
{this.props.children} {this.props.children}