From 89598d8793b5db05488a1358c1fd13d6da73fe1f Mon Sep 17 00:00:00 2001 From: neil-marcellini Date: Mon, 4 Sep 2023 09:14:49 -0700 Subject: [PATCH] Fix lint --- src/pages/iou/WaypointEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/iou/WaypointEditor.js b/src/pages/iou/WaypointEditor.js index 6f7a8f5d08d5..68e85a34746d 100644 --- a/src/pages/iou/WaypointEditor.js +++ b/src/pages/iou/WaypointEditor.js @@ -222,7 +222,7 @@ function WaypointEditor({transactionID, route: {params: {iouType = '', waypointI state: null, }} predefinedPlaces={recentWaypoints} - resultTypes='' + resultTypes="" />