diff --git a/src/modules/map/component.ts b/src/modules/map/component.ts index 9741e8a..9f62eff 100644 --- a/src/modules/map/component.ts +++ b/src/modules/map/component.ts @@ -244,7 +244,7 @@ export async function createMapComponent(components: { const notFoundDissolvedEstateIds = new Set() async function getDissolvedEstate(id: string) { - //if id is not a tokenId + // if id is not a tokenId if (id && !id.match(`^[0-9]+$`)) { return null }