Skip to content

Commit

Permalink
comments changed
Browse files Browse the repository at this point in the history
  • Loading branch information
metehanozyurt committed Jun 2, 2022
1 parent c853e4b commit e48d2f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/home/sidebar/SidebarScreen/BaseSidebarScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e48d2f9

Please sign in to comment.