mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-23 12:52:15 +00:00
Show server name instead of description
This commit is contained in:
parent
17ff3b06cc
commit
a78939ab5c
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ var ServerVoting = React.createClass({
|
|||
onClick={ e => e.preventDefault() }
|
||||
key={server.id}>
|
||||
<span className="badge">{votes}</span>
|
||||
{server.description || server.dns}
|
||||
{server.name || server.description || server.dns}
|
||||
</a>
|
||||
);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue