Refactored map tile and added badges option
This commit is contained in:
@@ -73,6 +73,7 @@ function MapTiles({
|
||||
canEdit={
|
||||
isSelected && selectMode === "single" && selectedMaps.length === 1
|
||||
}
|
||||
badges={[`${map.gridX}x${map.gridY}`]}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user