From 66fb1fc6f13cc4c1dae8f2e34fefb0e83afd9f02 Mon Sep 17 00:00:00 2001 From: Al Duncanson Date: Fri, 26 Oct 2018 13:24:10 -0400 Subject: [PATCH] quick changes --- src/components/Main.js | 2 +- src/components/ViewSightings.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Main.js b/src/components/Main.js index 62336af..be9617f 100644 --- a/src/components/Main.js +++ b/src/components/Main.js @@ -149,7 +149,7 @@ class ResponsiveDrawer extends React.Component { - The American Marten + Marten Tracker diff --git a/src/components/ViewSightings.js b/src/components/ViewSightings.js index 0da8e16..1b46368 100644 --- a/src/components/ViewSightings.js +++ b/src/components/ViewSightings.js @@ -78,7 +78,7 @@ class ViewSightings extends Component { return ( this.getDetail(sighting.id, sighting.lat, sighting.lng, sighting.desc, sighting.type, sighting.confidence, sighting.date, sighting.time)}> - + ) })