Skip to content

Commit

Permalink
Develop (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel0109 authored Jun 7, 2024
1 parent a0a6a62 commit 0ffbaa1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/MovingMarkersBRT.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ export default function BusMarker({ id, data }) {
rotationAngle={0}
key={id}
>
<Popup><<<<<<< develop

<Popup>

{data.codigo ? <div className="flex mb-3" > <h4 > Veículo: {data.codigo} </h4> </div> : <></>}

<div className="flex" >
Expand Down

0 comments on commit 0ffbaa1

Please sign in to comment.