Mao 4 лет назад
Родитель
Сommit
b5bf6b0361
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      packages/app/src/components/Page/DuplicatedAlert.jsx

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

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