From 83ead5cac7bb0d274c84d20d443c125ea0391f37 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 30 Jan 2017 19:38:06 +0500 Subject: PLT-5122 - Switching to circular status icons (#5049) * PLT-5122 - Switching to circular status icons * Adding profile pic crop for status indicators * Updating status indicators in LHS * Updating else statements --- webapp/components/profile_picture.jsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'webapp/components/profile_picture.jsx') diff --git a/webapp/components/profile_picture.jsx b/webapp/components/profile_picture.jsx index 26e9f30d9..7a5f892db 100644 --- a/webapp/components/profile_picture.jsx +++ b/webapp/components/profile_picture.jsx @@ -4,6 +4,7 @@ import ProfilePopover from './profile_popover.jsx'; import * as Utils from 'utils/utils.jsx'; import React from 'react'; +import StatusIcon from './status_icon.jsx'; import {OverlayTrigger} from 'react-bootstrap'; export default class ProfilePicture extends React.Component { @@ -45,10 +46,6 @@ export default class ProfilePicture extends React.Component { } render() { - let statusClass = ''; - if (this.props.status) { - statusClass = 'status-' + this.props.status; - } if (this.props.user) { return ( } > - + + ); } return ( - + + ); } -- cgit v1.2.3-1-g7c22