Skip to content

Commit

Permalink
retira {console.log(events.date)}
Browse files Browse the repository at this point in the history
  • Loading branch information
Laércio Fernandes Correia de Melo Neto committed Feb 16, 2024
1 parent 76bfcfc commit 347f8fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/events-carrosel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const Events = () => {
</div>
<div>
<p className="date">{events.date}</p>
{console.log(events.date)}
<h3 className="title">{events.name}</h3>
</div>
<EventsComponent>
Expand Down

0 comments on commit 347f8fa

Please sign in to comment.