|
@@ -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);
|