quick changes
This commit is contained in:
parent
4f064e546e
commit
66fb1fc6f1
|
@ -149,7 +149,7 @@ class ResponsiveDrawer extends React.Component {
|
||||||
<MenuIcon />
|
<MenuIcon />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
<Typography variant="title" color="inherit" noWrap>
|
<Typography variant="title" color="inherit" noWrap>
|
||||||
The American Marten
|
Marten Tracker
|
||||||
</Typography>
|
</Typography>
|
||||||
</Toolbar>
|
</Toolbar>
|
||||||
</AppBar>
|
</AppBar>
|
||||||
|
|
|
@ -78,7 +78,7 @@ class ViewSightings extends Component {
|
||||||
return (
|
return (
|
||||||
<ListItem button key={ sighting.id } onClick={() => this.getDetail(sighting.id, sighting.lat, sighting.lng, sighting.desc, sighting.type, sighting.confidence, sighting.date, sighting.time)}>
|
<ListItem button key={ sighting.id } onClick={() => this.getDetail(sighting.id, sighting.lat, sighting.lng, sighting.desc, sighting.type, sighting.confidence, sighting.date, sighting.time)}>
|
||||||
<ListItemIcon><HomeIcon/></ListItemIcon>
|
<ListItemIcon><HomeIcon/></ListItemIcon>
|
||||||
<ListItemText primary={`Type: ${sighting.type}`}/>
|
<ListItemText primary={`${sighting.desc}`}/>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue