display moving duration in activities list - fix #31

This commit is contained in:
Sam
2019-01-13 11:56:05 +01:00
parent aa0056a46d
commit 687af94b4a
3 changed files with 6 additions and 5 deletions

View File

@ -23,9 +23,10 @@ export default function ActivityDetails(props) {
</sup>
)}
{withPauses && (
<p>
<span>
<br />
(pauses: {activity.pauses}, total duration: {activity.duration})
</p>
</span>
)}
</p>
<p>