@@ -3,6 +3,8 @@ import PropTypes from 'prop-types';
import { withTranslation } from 'react-i18next';
+const DuplicateAlertTemporaly = <></>;
+
const DuplicatedAlert = (props) => {
const { t } = props;
const urlParams = new URLSearchParams(window.location.search);