Skip to content
Snippets Groups Projects
Commit b0776889 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

remove inline unprefixed flex for safari 8 compatability

parent 6f953be9
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,6 @@ export default class UserAvatar extends Component {
borderRadius: '99px',
width: '2rem',
height: '2rem',
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
}
}
userInitials() {
......@@ -57,4 +54,4 @@ UserAvatar.defaultProps = {
UserAvatar.propTypes = {
background: PropTypes.string,
user: PropTypes.object.isRequired
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment