Fix flight time display on profile page
This commit is contained in:
@@ -20,7 +20,7 @@ users:
|
|||||||
curr_airport_id: KJFK
|
curr_airport_id: KJFK
|
||||||
last_pirep_id: pirepid_3
|
last_pirep_id: pirepid_3
|
||||||
flights: 3
|
flights: 3
|
||||||
flight_time: 43200
|
flight_time: 0
|
||||||
timezone: America/Chicago
|
timezone: America/Chicago
|
||||||
state: 1
|
state: 1
|
||||||
created_at: now
|
created_at: now
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="social-description">
|
<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>
|
<p>Flight Hours</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user