cleanup MainDashContent

This commit is contained in:
2023-04-22 11:16:57 +02:00
parent 663cb29ccd
commit 763a01af09

View File

@@ -143,7 +143,7 @@
<StatCard
title={$_("total-distance")}
value={`${stats.total_distance / 1000} km`}
href="#"
href="/scans/"
>
<svg
fill="currentColor"
@@ -159,7 +159,7 @@
<StatCard
title={$_("average-distance")}
value={`${(stats.average_distance / 1000).toFixed(2)} km`}
href="#"
href="/scans/"
>
<svg
fill="currentColor"