zahmis 5 лет назад
Родитель
Сommit
ffec4c5298

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

@@ -18,7 +18,6 @@ const DuplicatedAlert = (props) => {
   );
 };
 
-
 DuplicatedAlert.propTypes = {
   t: PropTypes.func.isRequired, // i18next
 };

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

@@ -14,10 +14,8 @@ const RedirectedAlert = (props) => {
   );
 };
 
-
 RedirectedAlert.propTypes = {
   t: PropTypes.func.isRequired, // i18next
-
 };
 
 export default withTranslation()(RedirectedAlert);

+ 0 - 2
src/client/js/components/Page/RenamedAlert.jsx

@@ -15,10 +15,8 @@ const RenamedAlert = (props) => {
   );
 };
 
-
 RenamedAlert.propTypes = {
   t: PropTypes.func.isRequired, // i18next
-
 };
 
 export default withTranslation()(RenamedAlert);