Skip to content

Commit 14c7723

Browse files
chore: resolve conflict
1 parent e5b8979 commit 14c7723

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/iou/request/step/IOURequestStepReport.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function IOURequestStepReport({route, transaction}: IOURequestStepReportProps) {
3838
}
3939
};
4040

41-
const handleGlobalCreateReport = (item: ReportListItem) => {
41+
const handleGlobalCreateReport = (item: TransactionGroupListItem) => {
4242
if (!transaction) {
4343
return;
4444
}
@@ -71,7 +71,7 @@ function IOURequestStepReport({route, transaction}: IOURequestStepReportProps) {
7171
}
7272
};
7373

74-
const handleRegularReportSelection = (item: ReportListItem) => {
74+
const handleRegularReportSelection = (item: TransactionGroupListItem) => {
7575
if (!transaction) {
7676
return;
7777
}

0 commit comments

Comments
 (0)