Skip to content

Commit

Permalink
hide pick and drop time
Browse files Browse the repository at this point in the history
  • Loading branch information
stazrouti committed Sep 19, 2024
1 parent 3e75661 commit a84e683
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/components/BookCar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,11 @@ function BookCar() {
<span>
<IconMapPinFilled />
<div>
<h6>Pick-Up Date & Time</h6>
{/* <h6>Pick-Up Date & Time</h6> */}
<h6>Pick-Up Date </h6>
<p>
{pickTime} /{" "}
<input type="time" className="input-time"></input>
{pickTime} {/* /{" "}
<input type="time" className="input-time"></input> */}
</p>
</div>
</span>
Expand All @@ -343,10 +344,11 @@ function BookCar() {
<span>
<IconMapPinFilled />
<div>
<h6>Drop-Off Date & Time</h6>
{/* <h6>Drop-Off Date & Time</h6> */}
<h6>Drop-Off Date</h6>
<p>
{dropTime} /{" "}
<input type="time" className="input-time"></input>
{dropTime} {/* /{" "}
<input type="time" className="input-time"></input> */}
</p>
</div>
</span>
Expand Down

0 comments on commit a84e683

Please sign in to comment.