Skip to content

Commit

Permalink
join('') region labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Sep 2, 2023
1 parent 812e83f commit 1cbe715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/circles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ export default function Page() {
const center = getRegionCenter(region, fs)
const containerIdxs = region.containers.map(({ idx }) => idx)
containerIdxs.sort()
const label = containerIdxs.map(idx => circles[idx].name).join(' ')
const label = containerIdxs.map(idx => circles[idx].name).join('')
return (
<text
key={idx}
Expand Down

0 comments on commit 1cbe715

Please sign in to comment.