Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper-mikolajczak committed Oct 16, 2023
1 parent 748d2d5 commit b0fc9a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/LHNOptionsList/OptionRowLHNData.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ const defaultProps = {
* re-render if the data really changed.
*/
function OptionRowLHNData({isFocused, fullReport, reportActions, personalDetails, preferredLocale, policy, receiptTransactions, parentReportActions, transaction, ...propsToForward}) {
const reportID = propsToForward.reportID;

const parentReportAction = parentReportActions[fullReport.parentReportActionID];

const optionItemRef = useRef();
Expand Down

0 comments on commit b0fc9a4

Please sign in to comment.