Browse Source

get isInvitationEmailSended

Shun Miyazawa 4 years ago
parent
commit
7fb2fe5155
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client/js/components/Admin/Users/UserMenu.jsx

+ 1 - 1
src/client/js/components/Admin/Users/UserMenu.jsx

@@ -85,7 +85,7 @@ class UserMenu extends React.Component {
       <UncontrolledDropdown id="userMenu" size="sm">
         <DropdownToggle caret color="secondary" outline>
           <i className="icon-settings" />
-          <i className="fa fa-circle text-danger notification-icon" />
+          {!user.isInvitationEmailSended && <i className="fa fa-circle text-danger notification-icon" />}
         </DropdownToggle>
         <DropdownMenu positionFixed>
           {this.renderEditMenu()}