diff --git a/client/src/components/header/header.component.jsx b/client/src/components/header/header.component.jsx index 356f3a50f..5c0014132 100644 --- a/client/src/components/header/header.component.jsx +++ b/client/src/components/header/header.component.jsx @@ -13,7 +13,8 @@ import Icon, { FileFilled, //GlobalOutlined, HomeFilled, - ImportOutlined, InfoCircleOutlined, + ImportOutlined, + InfoCircleOutlined, LineChartOutlined, PaperClipOutlined, PhoneOutlined, @@ -26,8 +27,8 @@ import Icon, { UserOutlined, } from "@ant-design/icons"; import { useTreatments } from "@splitsoftware/splitio-react"; -import {Layout, Menu, Switch, Tooltip} from "antd"; -import React, {useEffect, useState} from "react"; +import { Layout, Menu, Switch, Tooltip } from "antd"; +import React, { useEffect, useState } from "react"; import { useTranslation } from "react-i18next"; import { BsKanban } from "react-icons/bs"; import { @@ -52,7 +53,7 @@ import { selectBodyshop, selectCurrentUser, } from "../../redux/user/user.selectors"; -import {handleBeta, setBeta, checkBeta} from "../../utils/handleBeta"; +import { handleBeta, setBeta, checkBeta } from "../../utils/handleBeta"; const mapStateToProps = createStructuredSelector({ currentUser: selectCurrentUser, @@ -116,7 +117,7 @@ function Header({ setBeta(checked); setBetaSwitch(checked); handleBeta(); - } + }; return ( @@ -443,17 +444,18 @@ function Header({ ))} - - - - Try the new ImEX Online - - - - + { + // + // + // + // Try the new ImEX Online + // + // + // + } );