Skip to content

Commit

Permalink
fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Sep 12, 2023
1 parent a365583 commit 64e8e3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/LHNOptionsList/OptionRowLHN.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ function OptionRowLHN(props) {
'',
popoverAnchor,
props.reportID,
{},
'0',
props.reportID,
'',
() => {},
() => setIsContextMenuActive(false),
Expand Down

0 comments on commit 64e8e3f

Please sign in to comment.