minor change and README.md update
This commit is contained in:
		@@ -14,7 +14,7 @@ This web application allows you to track your outdoor activities from gpx files
 | 
				
			|||||||
No mobile app is developed yet, but several existing mobile apps can store workouts data locally and export them into a gpx file.  
 | 
					No mobile app is developed yet, but several existing mobile apps can store workouts data locally and export them into a gpx file.  
 | 
				
			||||||
Examples (for Android):  
 | 
					Examples (for Android):  
 | 
				
			||||||
* [Runner Up](https://github.com/jonasoreland/runnerup) (GPL v3)  
 | 
					* [Runner Up](https://github.com/jonasoreland/runnerup) (GPL v3)  
 | 
				
			||||||
* [ForRunners](https://github.com/brvier/ForRunners)  (GPL v3)  
 | 
					* [ForRunners](https://gitlab.com/brvier/ForRunners)  (GPL v3)  
 | 
				
			||||||
* [AlpineQuest](https://www.alpinequest.net/) (Proprietary, no trackers according to [exodus privay report](https://reports.exodus-privacy.eu.org/reports/2975/))  
 | 
					* [AlpineQuest](https://www.alpinequest.net/) (Proprietary, no trackers according to [exodus privay report](https://reports.exodus-privacy.eu.org/reports/2975/))  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Maps are displayed using [Open Street Map](https://www.openstreetmap.org).  
 | 
					Maps are displayed using [Open Street Map](https://www.openstreetmap.org).  
 | 
				
			||||||
 
 | 
				
			|||||||
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 451 KiB After Width: | Height: | Size: 748 KiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 495 KiB After Width: | Height: | Size: 864 KiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 95 KiB  | 
@@ -5,7 +5,7 @@ import { formatDuration } from '../../utils'
 | 
				
			|||||||
const formatValue = (displayedData, value) => displayedData === 'duration'
 | 
					const formatValue = (displayedData, value) => displayedData === 'duration'
 | 
				
			||||||
  ? formatDuration(value, true)
 | 
					  ? formatDuration(value, true)
 | 
				
			||||||
  : displayedData === 'distance'
 | 
					  : displayedData === 'distance'
 | 
				
			||||||
    ? value.toFixed(3)
 | 
					    ? value.toFixed(2)
 | 
				
			||||||
    : value
 | 
					    : value
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user