From 63a54ed3813d25c673a6e73f8bbed559fa5381ee Mon Sep 17 00:00:00 2001 From: jrphilo Date: Wed, 10 Jul 2024 18:05:17 +0200 Subject: [PATCH] fix: change vin input field to text Signed-off-by: jrphilo --- components/cart/vehicle-details.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cart/vehicle-details.tsx b/components/cart/vehicle-details.tsx index 0778de7b3..5527d1581 100644 --- a/components/cart/vehicle-details.tsx +++ b/components/cart/vehicle-details.tsx @@ -24,7 +24,7 @@ const VehicleDetails = ({ control }: VehicleDetailsProps) => {