Skip to content

Commit

Permalink
fix comment function
Browse files Browse the repository at this point in the history
  • Loading branch information
namhihi237 committed Jun 29, 2023
1 parent e6fde89 commit d7608ba
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 @@ -18,14 +18,14 @@ const propTypes = {
};

/**
* Method called when avatar is clicked
* Function called when avatar is clicked
*/
const navigateToSettings = () => {
Navigation.navigate(ROUTES.SETTINGS);
};

/**
* Method called when a pinned chat is selected.
* Function called when a pinned chat is selected.
*/
const startTimer = () => {
Timing.start(CONST.TIMING.SWITCH_REPORT);
Expand Down

0 comments on commit d7608ba

Please sign in to comment.