mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-01-31 13:30:37 +00:00
Fix server vote on client
This commit is contained in:
parent
ae5b566eef
commit
07e127eef1
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ var ServerVoting = React.createClass({
|
|||
return (
|
||||
<a href="#"
|
||||
className={style}
|
||||
onClick={ e => e.preventDefault() }
|
||||
onClick={self.voteHandler(server.id)}
|
||||
key={server.id}>
|
||||
<span className="badge">{votes}</span>
|
||||
{server.name || server.description}
|
||||
|
|
Loading…
Reference in a new issue