zahmis %!s(int64=5) %!d(string=hai) anos
pai
achega
ffec4c5298

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

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

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

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

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

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