fix token

This commit is contained in:
Nguyễn Hải Dũng 2022-12-20 17:37:58 +07:00
parent ea6f927f87
commit 12daa7b687

View File

@ -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>