Display continents filters buttons with countries only

Hide the ones with no linked country
This commit is contained in:
2021-10-02 13:24:01 +02:00
parent 0cc1585953
commit a47617d895
3 changed files with 27 additions and 12 deletions

View File

@@ -50,11 +50,17 @@
flag {
id
}
locations {
slug
}
}
continent {
name
slug
countries {
slug
}
}
settings {