Added support for recursive groups in helper function

This commit is contained in:
Mitchell McCaffrey
2021-05-20 14:01:17 +10:00
parent 19a2668644
commit d34cd98fa9
2 changed files with 16 additions and 14 deletions

View File

@@ -46,7 +46,6 @@ function MapTiles({
const selectedMapStates = itemsFromGroups(
selectedGroups,
mapStates,
true,
"mapId"
);