fix: remove last-updated date
This commit is contained in:
parent
b4773854f1
commit
cca7284d9d
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@
|
|||
@if ($trip->is_active)
|
||||
<span class="{{ ($trip->is_tracking) ? "positive" : "negative" }}">{{ ($trip->is_tracking) ? "Currently tracking" : "Not currently tracking" }}</span>
|
||||
@endif
|
||||
<span class="small">(Last update: {!! render_date_difference( $trip->checkins[ count($trip->checkins) - 1 ]->date ) !!})</span>
|
||||
</p>
|
||||
</section>
|
||||
</header>
|
||||
|
|
Loading…
Reference in a new issue