mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
Remove mistakenly comitted code
This commit is contained in:
@@ -18,8 +18,6 @@ export default class DisplayResultView extends React.Component<DisplayResultProp
|
||||
<span className="cur">
|
||||
></span>{this.props.input}
|
||||
<a className="hashLink" title="Link for this expression" href={window.location.pathname + '#' + this.props.inputHash}>#</a>
|
||||
|
||||
<a className="hashLink" title="Remove this result" href="javascript:void(0)">[x]</a>
|
||||
</div>
|
||||
<div className="content">
|
||||
{this.props.children}
|
||||
|
||||
Reference in New Issue
Block a user