Mao před 4 roky
rodič
revize
b5bf6b0361

+ 2 - 0
packages/app/src/components/Page/DuplicatedAlert.jsx

@@ -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);