Bug fixing

This commit is contained in:
John Lyon-Smith
2018-04-23 14:01:52 -07:00
parent 5cb13f7498
commit 9730c83c9c
26 changed files with 121 additions and 147 deletions

View File

@@ -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,