Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Vit Horacek <36083550+mountiny@users.noreply.github.com>
  • Loading branch information
hannojg and mountiny authored Oct 28, 2022
1 parent b0c73f1 commit 83efc2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/home/sidebar/SidebarScreen/PopoverModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ class PopoverModal extends React.Component {

/**
* Method called either when:
* Pressing the floating action button to open the CreateMenu modal
* Selecting an item on CreateMenu or closing it by clicking outside of the modal component
* - Pressing the floating action button to open the CreateMenu modal
* - Selecting an item on CreateMenu or closing it by clicking outside of the modal component
*/
hideCreateMenu() {
this.props.onHideCreateMenu();
Expand Down

0 comments on commit 83efc2b

Please sign in to comment.