We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4457273 commit 3db8667Copy full SHA for 3db8667
services/web/src/components/verifyVehicle/verifyVehicle.tsx
@@ -46,7 +46,7 @@ const VerifyVehicle: React.FC<VerifyVehicleProps> = ({
46
return (
47
<div className="container add-vehicle-container">
48
<Row justify="center">
49
- {vehicles.length && (
+ {vehicles.length > 0 && (
50
<Col xs={24} md={11}>
51
<Card
52
title="Register New Vehicle"
0 commit comments