From 07e127eef1c304501bd1b3c3f91d25badb00e0ac Mon Sep 17 00:00:00 2001 From: Chris Blanchard Date: Fri, 25 Dec 2015 08:03:06 +0000 Subject: [PATCH] Fix server vote on client --- lib/react/gather.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/react/gather.jsx b/lib/react/gather.jsx index eae99d8..a73dd3d 100644 --- a/lib/react/gather.jsx +++ b/lib/react/gather.jsx @@ -509,7 +509,7 @@ var ServerVoting = React.createClass({ return ( e.preventDefault() } + onClick={self.voteHandler(server.id)} key={server.id}> {votes} {server.name || server.description}