mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +00:00
Revert
This commit is contained in:
parent
d1c1f08b16
commit
ef1b053a80
1 changed files with 1 additions and 4 deletions
|
@ -737,11 +737,8 @@ var Gatherers = React.createClass({
|
|||
if (gatherer.user.country) {
|
||||
var country = (
|
||||
<img src="images/blank.gif"
|
||||
className={"flag flag-fr"}
|
||||
className={"flag flag-" + gatherer.user.country.toLowerCase()}
|
||||
alt={gatherer.user.country} />
|
||||
// <img src="images/blank.gif"
|
||||
// className={"flag flag-" + gatherer.user.country.toLowerCase()}
|
||||
// alt={gatherer.user.country} />
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue