Skip to content

Commit

Permalink
Remove white space
Browse files Browse the repository at this point in the history
  • Loading branch information
dgboss committed Sep 5, 2024
1 parent 02e88b6 commit f33023f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/features/fba/components/map/featureStylers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const getFireZoneUnitLabel = (feature: RenderFeature | ol.Feature<Geometry>) =>
fireZoneUnit = `${prefix}\n${suffix}`
}

return `${fireZoneId} - ${fireZoneUnit}`
return `${fireZoneId}-${fireZoneUnit}`
}

export const fireShapeLabelStyler = (selectedFireShape: FireShape | undefined) => {
Expand Down

0 comments on commit f33023f

Please sign in to comment.