Bug fixing
This commit is contained in:
@@ -20,7 +20,9 @@ import {
|
||||
parseLatLng,
|
||||
pad,
|
||||
geoDistance,
|
||||
dotify,
|
||||
} from "../util"
|
||||
import "url-search-params-polyfill"
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
container: {
|
||||
@@ -179,7 +181,7 @@ export class WorkItemList extends React.Component {
|
||||
{workItemTypeText[item.workItemType]}
|
||||
</Text>
|
||||
<Text style={{ fontSize: 14, color: "gray" }}>
|
||||
{`${item.address || "..."} | ${
|
||||
{`${dotify(item.address) || "..."} | ${
|
||||
this.position
|
||||
? geoDistance(
|
||||
this.position.latitude,
|
||||
|
||||
Reference in New Issue
Block a user