Skip to content

Commit 031e96d

Browse files
authored
format wildcard numbers (#6283)
1 parent 74f3eef commit 031e96d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/js/dashboard/extra/exploration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function ExplorationColumn({
162162
? selectedConversionRate
163163
: Math.round((visitors / stepMaxVisitors) * 100)
164164
const label = step.includes_subpaths
165-
? `${step.label}… (${step.subpaths_count} pages)`
165+
? `${step.label}… (${numberShortFormatter(step.subpaths_count)} pages)`
166166
: step.label
167167

168168
return (

0 commit comments

Comments
 (0)