Manually place user location on main map
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user