Skip to content

Commit

Permalink
docs: add comment with TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeMargarida committed Oct 5, 2023
1 parent 5028074 commit 3480ced
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/libs/actions/IOU.js
Original file line number Diff line number Diff line change
Expand Up @@ -2302,7 +2302,9 @@ function navigateToNextPage(iou, iouType, report, path = '') {
Navigation.navigate(ROUTES.MONEY_REQUEST_PARTICIPANTS.getRoute(iouType));
}

function submitReport() {}
function submitReport() {
// TODO: this will be done in the future, part of wave 6: drafts
}

export {
createDistanceRequest,
Expand Down

0 comments on commit 3480ced

Please sign in to comment.