Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OlimpiaZurek committed Sep 22, 2023
1 parent a6f63a2 commit 594bd6b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,10 @@ function PopoverReportActionContextMenu(_props, ref) {
*/
const isActiveReportAction = (actionID) => Boolean(actionID) && (reportActionIDRef.current === actionID || reportActionRef.current.reportActionID === actionID);


const clearActiveReportAction = () => {
reportActionIDRef.current = '0';
reportActionRef.current = {};
}
};

/**
* Show the ReportActionContextMenu modal popover.
Expand Down

0 comments on commit 594bd6b

Please sign in to comment.