File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ export default function PollutionMapSearchBox({
104
104
105
105
const displayText =
106
106
feature . properties . type === "municipality"
107
- ? `${ feature . properties . label } ( ${ feature . properties . postcode } ) `
107
+ ? `${ feature . properties . label } , ${ feature . properties . postcode } `
108
108
: feature . properties . label ;
109
109
110
110
setFilterString ( displayText ) ;
@@ -183,7 +183,7 @@ export default function PollutionMapSearchBox({
183
183
< div className = "flex-grow" >
184
184
{ feature . properties . type === "municipality" ? (
185
185
< HilightLabel
186
- originalText = { `${ feature . properties . label } ( ${ feature . properties . postcode } ) ` }
186
+ originalText = { `${ feature . properties . label } , ${ feature . properties . postcode } ` }
187
187
textToHilight = { filterString }
188
188
/>
189
189
) : (
You can’t perform that action at this time.
0 commit comments