Skip to content

Commit

Permalink
Update src/pages/iou/request/IOURequestStartPage.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Vit Horacek <[email protected]>
  • Loading branch information
getusha and mountiny authored Apr 19, 2024
1 parent a146b9d commit b60f4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/iou/request/IOURequestStartPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function IOURequestStartPage({
};

const resetIOUTypeIfChanged = useCallback(
(newIouType: IOURequestType) => {
(newIOUType: IOURequestType) => {
IOU.initMoneyRequest(reportID, policy, isFromGlobalCreate, newIouType);

Check failure on line 109 in src/pages/iou/request/IOURequestStartPage.tsx

View workflow job for this annotation

GitHub Actions / typecheck

Cannot find name 'newIouType'. Did you mean 'newIOUType'?
},
[policy, reportID, isFromGlobalCreate],
Expand Down

0 comments on commit b60f4f8

Please sign in to comment.