auto generate summit log on gpx upload
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
>
|
||||
<span
|
||||
><i class="fa fa-clock mr-2"></i>{formatTimeHHMM(
|
||||
totals.duration,
|
||||
totals.duration / 1000 / 60,
|
||||
)}</span
|
||||
>
|
||||
</div>
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
<td>
|
||||
{formatElevation(totals?.elevationGain)}
|
||||
</td><td>
|
||||
{formatTimeHHMM(totals?.duration)}
|
||||
{formatTimeHHMM(totals ? (totals?.duration / 1000 / 60) : undefined)}
|
||||
</td>
|
||||
<td>
|
||||
{#if log.text}
|
||||
|
||||
Reference in New Issue
Block a user