mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-01-19 08:01:07 +00:00
fraternité
This commit is contained in:
parent
08e1e8c980
commit
d1c1f08b16
1 changed files with 4 additions and 1 deletions
|
@ -737,8 +737,11 @@ var Gatherers = React.createClass({
|
|||
if (gatherer.user.country) {
|
||||
var country = (
|
||||
<img src="images/blank.gif"
|
||||
className={"flag flag-" + gatherer.user.country.toLowerCase()}
|
||||
className={"flag flag-fr"}
|
||||
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