- updated https url;
This commit is contained in:
@@ -20,7 +20,7 @@ const TopBarProfileMenu = ({ menuLeftRef }) => {
|
||||
const renderCompanyItem = (item) => (
|
||||
<span className="topBar__menuCompanyItem"
|
||||
onClick={chosenCompanyId === item.companyId ? () => {
|
||||
} : switchCompany(item.companyId)}
|
||||
} : () => switchCompany(item.companyId)}
|
||||
data-id={item.companyId}
|
||||
data-active={chosenCompanyId === item.companyId}>
|
||||
<i className="pi pi-building-columns"></i>
|
||||
|
||||
Reference in New Issue
Block a user