Skip to content

Commit

Permalink
add distance
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonals committed Apr 16, 2024
1 parent 721f238 commit 5ba0446
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ function FloatingActionButtonAndPopover(
case CONST.QUICK_ACTIONS.TRACK_SCAN:
IOU.startMoneyRequest(CONST.IOU.TYPE.TRACK_EXPENSE, quickAction?.chatReportID ?? '', CONST.IOU.REQUEST_TYPE.SCAN);
break;
case CONST.QUICK_ACTIONS.TRACK_DISTANCE:
IOU.startMoneyRequest(CONST.IOU.TYPE.TRACK_EXPENSE, quickAction?.chatReportID ?? '', CONST.IOU.REQUEST_TYPE.DISTANCE);
break;
default:
}
};
Expand Down

0 comments on commit 5ba0446

Please sign in to comment.