diff --git a/src/components/Header/platform-dropdown.jsx b/src/components/Header/platform-dropdown.jsx index 6cd507e43..f16e4644e 100644 --- a/src/components/Header/platform-dropdown.jsx +++ b/src/components/Header/platform-dropdown.jsx @@ -1,7 +1,7 @@ import React from 'react'; import classNames from 'classnames'; import PropTypes from 'prop-types'; -import config from '@config'; +import CONFIG from '@config'; import { getLang } from '@storage'; import { getRelatedDerivOrigin } from '@utils'; import { useLocation } from 'react-router-dom'; @@ -28,15 +28,7 @@ const PlatformDropdown = React.forwardRef(({ hideDropdown, setIsPlatformSwitcher return (