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