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