diff --git a/src/pages/home/report/ReportActionItem.tsx b/src/pages/home/report/ReportActionItem.tsx index 1000a45604b3..7285f550d3ca 100644 --- a/src/pages/home/report/ReportActionItem.tsx +++ b/src/pages/home/report/ReportActionItem.tsx @@ -880,7 +880,7 @@ export default withOnyx({ iouReport: { key: ({action}) => { const iouReportID = ReportActionsUtils.getIOUReportIDFromReportActionPreview(action); - return `${ONYXKEYS.COLLECTION.REPORT}${iouReportID ?? ''}`; + return `${ONYXKEYS.COLLECTION.REPORT}${iouReportID ?? 0}`; }, initialValue: {} as OnyxTypes.Report, },