Linting
parent
f2efdf8a4f
commit
9baaf5499f
|
@ -47,7 +47,7 @@ export default React.createClass({
|
||||||
<p>
|
<p>
|
||||||
{_tJsx(
|
{_tJsx(
|
||||||
"Otherwise, <a>click here</a> to send a bug report.",
|
"Otherwise, <a>click here</a> to send a bug report.",
|
||||||
/<a>(.*?)<\/a>/, (sub) => <a onClick={this._sendBugReport} key="bugreport" href='#'>{sub}</a>
|
/<a>(.*?)<\/a>/, (sub) => <a onClick={this._sendBugReport} key="bugreport" href='#'>{sub}</a>,
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue