FIx homepage age colour bg
This commit is contained in:
parent
967f519e8f
commit
8283a9708e
@ -121,6 +121,9 @@ class ColouringMap extends Component {
|
||||
};
|
||||
|
||||
function get_cat(is_building, location, url) {
|
||||
if (url === "/") {
|
||||
return "age"
|
||||
}
|
||||
const search = (location && location.search)? queryString.parse(location.search) : {};
|
||||
var cat, matches;
|
||||
if (is_building) {
|
||||
|
Loading…
Reference in New Issue
Block a user