Skip to content

Commit

Permalink
update keyExtractor
Browse files Browse the repository at this point in the history
  • Loading branch information
TMisiukiewicz committed Nov 16, 2023
1 parent bf5be3a commit 6956ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LHNOptionsList/LHNOptionsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const defaultProps = {
...withCurrentReportIDDefaultProps,
};

const keyExtractor = (item) => item;
const keyExtractor = (item) => `report_${item}`;

function LHNOptionsList({
style,
Expand Down

0 comments on commit 6956ca4

Please sign in to comment.