Skip to content

Commit

Permalink
minimal refractor
Browse files Browse the repository at this point in the history
  • Loading branch information
AchyuthMohan committed Dec 9, 2022
1 parent 3623980 commit 32ed7e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/FlightCards/FlightCards.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ function FlightCards({flight}) {

<div class="service-card">

<h1 className='trainh'>{flight.train_name}</h1>
<h1 className='trainh'>{flight.flight_name}</h1>
<div className='trainp_div'>
{/* <p>Name:}</p> */}
<p className='trainp'>
Date: {flight.next_date}
</p>
Expand Down

0 comments on commit 32ed7e4

Please sign in to comment.