diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-01-07 17:38:08 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-01-07 17:38:08 +0200 |
| commit | 1fa417e3a84cebd8ff055ed6b2ac59301769035b (patch) | |
| tree | 73784b0955547bb70962fe7e86ba4a05b53815ea /driver/src/components/RideDialog.tsx | |
| parent | fbaae8f461ff085356670d41506cd92180227beb (diff) | |
| download | carpool-1fa417e3a84cebd8ff055ed6b2ac59301769035b.tar.xz carpool-1fa417e3a84cebd8ff055ed6b2ac59301769035b.zip | |
Removed some errors for deployment
Diffstat (limited to 'driver/src/components/RideDialog.tsx')
| -rw-r--r-- | driver/src/components/RideDialog.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/driver/src/components/RideDialog.tsx b/driver/src/components/RideDialog.tsx index f543412..4f56b09 100644 --- a/driver/src/components/RideDialog.tsx +++ b/driver/src/components/RideDialog.tsx @@ -58,10 +58,6 @@ function RideDialog({ name, brand, model, color, plateNumber, phoneNumber }: any } }; - const cancelRide = () => { - setIsRideAdded(false) - } - return ( <div> <Dialog> |
