This commit is contained in:
Chris Blanchard 2015-11-15 10:14:13 +00:00
parent d1c1f08b16
commit ef1b053a80
1 changed files with 1 additions and 4 deletions

View File

@ -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} />
);
};