We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f3eef commit 031e96dCopy full SHA for 031e96d
1 file changed
assets/js/dashboard/extra/exploration.js
@@ -162,7 +162,7 @@ function ExplorationColumn({
162
? selectedConversionRate
163
: Math.round((visitors / stepMaxVisitors) * 100)
164
const label = step.includes_subpaths
165
- ? `${step.label}… (${step.subpaths_count} pages)`
+ ? `${step.label}… (${numberShortFormatter(step.subpaths_count)} pages)`
166
: step.label
167
168
return (
0 commit comments