quick changes
This commit is contained in:
		
							parent
							
								
									4f064e546e
								
							
						
					
					
						commit
						66fb1fc6f1
					
				@ -149,7 +149,7 @@ class ResponsiveDrawer extends React.Component {
 | 
			
		||||
                            <MenuIcon />
 | 
			
		||||
                        </IconButton>
 | 
			
		||||
                        <Typography variant="title" color="inherit" noWrap>
 | 
			
		||||
                            The American Marten
 | 
			
		||||
                            Marten Tracker
 | 
			
		||||
                        </Typography>
 | 
			
		||||
                    </Toolbar>
 | 
			
		||||
                </AppBar>
 | 
			
		||||
 | 
			
		||||
@ -78,7 +78,7 @@ class ViewSightings extends Component {
 | 
			
		||||
                                    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)}>
 | 
			
		||||
                                            <ListItemIcon><HomeIcon/></ListItemIcon>
 | 
			
		||||
                                            <ListItemText primary={`Type: ${sighting.type}`}/>
 | 
			
		||||
                                            <ListItemText primary={`${sighting.desc}`}/>
 | 
			
		||||
                                        </ListItem>
 | 
			
		||||
                                    )
 | 
			
		||||
                                })
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user