Added missing pages for selected header BOD-164

This commit is contained in:
Patrick Fic
2020-09-09 12:25:23 -07:00
parent c4c646ba35
commit ba4173c000
10 changed files with 87 additions and 24 deletions

View File

@@ -310,7 +310,7 @@ function Header({
<Menu.Item key="shiftclock">
<Link to="/manage/shiftclock">{t("menus.header.shiftclock")}</Link>
</Menu.Item>
<Menu.Item>
<Menu.Item key="profile">
<Link to="/manage/profile">{t("menus.currentuser.profile")}</Link>
</Menu.Item>
<Menu.SubMenu

View File

@@ -13,7 +13,6 @@ export default function ProductionRemoveButton({ jobId }) {
const [loading, setLoading] = useState(false);
const search = queryString.parse(useLocation().search);
const history = useHistory();
const { selected } = search;
const handleRemoveFromProd = async () => {
logImEXEvent("production_remove_job");