diff --git a/src/pages/home/sidebar/SidebarScreen/BaseSidebarScreen.js b/src/pages/home/sidebar/SidebarScreen/BaseSidebarScreen.js index c7746f74c9a8..a939c5bf4e19 100644 --- a/src/pages/home/sidebar/SidebarScreen/BaseSidebarScreen.js +++ b/src/pages/home/sidebar/SidebarScreen/BaseSidebarScreen.js @@ -21,10 +21,10 @@ import {sidebarPropTypes, sidebarDefaultProps} from './sidebarPropTypes'; const propTypes = { - /* A callback to call when we show create menu */ + /* Callback function when the menu is shown */ onShowCreateMenu: PropTypes.func, - /* A callback to call when we hide create menu */ + /* Callback function before the menu is hidden */ onHideCreateMenu: PropTypes.func, ...sidebarPropTypes,