import React from 'react'; import PropTypes from 'prop-types'; import { withTranslation } from 'react-i18next'; const DuplicatedAlert = (props) => { const { t } = props; const urlParams = new URLSearchParams(window.location.search); const fromPath = urlParams.get('duplicated'); return (
{fromPath} {t('page_page.notice.duplicated_period')}