Refactored map tile and added badges option

This commit is contained in:
Mitchell McCaffrey
2020-10-01 16:16:40 +10:00
parent 3215efffa3
commit 02ae9dc765
4 changed files with 138 additions and 98 deletions

View File

@@ -73,6 +73,7 @@ function MapTiles({
canEdit={
isSelected && selectMode === "single" && selectedMaps.length === 1
}
badges={[`${map.gridX}x${map.gridY}`]}
/>
);
}