remove href
This commit is contained in:
parent
d8bc4d9a6f
commit
1a4df38500
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ module.exports = React.createClass({
|
||||||
if (!fewEvents) {
|
if (!fewEvents) {
|
||||||
summary = this._renderSummary(joinEvents, leaveEvents);
|
summary = this._renderSummary(joinEvents, leaveEvents);
|
||||||
toggleButton = (
|
toggleButton = (
|
||||||
<a onClick={this._toggleSummary} href="javascript:;">{expanded?'collapse':'expand'}</a>
|
<a onClick={this._toggleSummary}>{expanded?'collapse':'expand'}</a>
|
||||||
);
|
);
|
||||||
let noun = (joinAndLeft === 1 ? 'user' : 'others');
|
let noun = (joinAndLeft === 1 ? 'user' : 'others');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue