Skip to content
Snippets Groups Projects
Verified Commit d3622dd8 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

MAINT: fix linter complaints

parent 70987284
Branches
Tags
1 merge request!9ENH: Introduction of basic i18n (internationalization).
Pipeline #40355 passed
......@@ -51,6 +51,13 @@ function _UserComponent({ session_info, logout_callback }) {
);
}
_UserComponent.propTypes = {
session_info: PropTypes.shape({
username: PropTypes.string,
}),
logout_callback: PropTypes.func,
}
/**
* @function onLogoutCallback
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment