Manually place user location on main map

This commit is contained in:
John Lyon-Smith
2018-06-27 22:34:21 -07:00
parent e60801ec3e
commit 6f0423bb46
14 changed files with 97 additions and 70 deletions

View File

@@ -267,7 +267,7 @@ export class Activity extends React.Component {
if (this.state.progressModal) {
this.setState({
uploadPercent: Math.round(
uploadData.uploadedChunks / uploadData.numberOfChunks * 100
(uploadData.uploadedChunks / uploadData.numberOfChunks) * 100
),
})
return true