fix token
This commit is contained in:
parent
ea6f927f87
commit
12daa7b687
|
@ -130,6 +130,8 @@ class Header extends Component {
|
|||
</div>
|
||||
</div>
|
||||
</li>
|
||||
{
|
||||
this.state.obj_id ? (
|
||||
<li className="m-nav__item m-dropdown m-dropdown--medium m-dropdown--arrow m-dropdown--align-right m-dropdown--mobile-full-width m-dropdown--skin-light icon_logout" m-dropdown-toggle="click">
|
||||
<a href="#" className="m-nav__link m-dropdown__toggle">
|
||||
<span className="m-topbar__userpic">
|
||||
|
@ -175,6 +177,8 @@ class Header extends Component {
|
|||
</div>
|
||||
</div>
|
||||
</li>
|
||||
) : null
|
||||
}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user