-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove broken parts of 360 #611
base: master
Are you sure you want to change the base?
Conversation
{shelterluvShortId && | ||
<Grid item> | ||
<IconButton style={{ 'padding': 0, 'paddingLeft': 5 }} color="primary" aria-label="link" href={shelterLuvPersonURL} target="_blank"> | ||
<LinkIcon /> | ||
</IconButton> | ||
</Grid> | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a link to shelterluv that just gives a 404 if the ID doesn't exist. I figured we didn't want to send people there.
<HomeIcon color='primary' fontSize='small'/> | ||
<PhoneIcon color='primary' fontSize='small'/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The diff is a little misleading here with how it rearranged things. I didn't change the icons. I only messed with whether things render or not depending on what data we have available for the contact.
Changes