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 5380e23 commit a1465f0Copy full SHA for a1465f0
src/Tables/Columns/Progress.php
@@ -36,8 +36,7 @@ public function getProgressData(array $state): array
36
$progressColor = '#e74c3c';
37
}
38
39
- $displayProgress = $progress === 100 ? number_format($progress, 0) : number_format($progress, 2);
40
- $displayProgress = (int) round($displayProgress);
+ $displayProgress = number_format($progress);
41
42
return [
43
'progress' => $progress,
0 commit comments