Fix flight time display on profile page

This commit is contained in:
Nabeel Shahzad 2018-01-03 20:11:06 -06:00
parent 80d68d6d14
commit 1f1acb424c
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ users:
curr_airport_id: KJFK
last_pirep_id: pirepid_3
flights: 3
flight_time: 43200
flight_time: 0
timezone: America/Chicago
state: 1
created_at: now

View File

@ -21,7 +21,7 @@
</div>
<div class="social-description">
<h2>{!! \App\Facades\Utils::secondsToTimeString($user->flight_time, false)!!}</h2>
<h2>{!! \App\Facades\Utils::minutesToTimeString($user->flight_time, false)!!}</h2>
<p>Flight Hours</p>
</div>