diff --git a/resources/views/components/profile-stats.blade.php b/resources/views/components/profile-stats.blade.php index 4502525..2ef9ce3 100644 --- a/resources/views/components/profile-stats.blade.php +++ b/resources/views/components/profile-stats.blade.php @@ -12,4 +12,4 @@

最長記録: {{ Formatter::formatInterval($summary[0]->longest) }}

最短記録: {{ Formatter::formatInterval($summary[0]->shortest) }}

合計時間: {{ Formatter::formatInterval($summary[0]->total_times) }}

-

通算回数: {{ $summary[0]->total_checkins }}回

\ No newline at end of file +

通算回数: {{ number_format($summary[0]->total_checkins) }}回

\ No newline at end of file