zahmis 5 ani în urmă
părinte
comite
6f003c94a5

+ 0 - 1
src/client/js/components/Page/DuplicatedAlert.jsx

@@ -5,7 +5,6 @@ import { withTranslation } from 'react-i18next';
 
 
 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);
   const fromPath = urlParams.get('duplicated');
   const fromPath = urlParams.get('duplicated');
 
 

+ 1 - 0
src/client/js/components/Page/RedirectedAlert.jsx

@@ -7,6 +7,7 @@ const RedirectedAlert = (props) => {
   const { t } = props;
   const { t } = props;
   const urlParams = new URLSearchParams(window.location.search);
   const urlParams = new URLSearchParams(window.location.search);
   const fromPath = urlParams.get('redirectFrom');
   const fromPath = urlParams.get('redirectFrom');
+
   return (
   return (
     <>
     <>
       <strong>{ t('Redirected') }:</strong>{ t('page_page.notice.redirected')} <code>{fromPath}</code> {t('page_page.notice.redirected_period')}
       <strong>{ t('Redirected') }:</strong>{ t('page_page.notice.redirected')} <code>{fromPath}</code> {t('page_page.notice.redirected_period')}