Only show fallback in emails

This commit is contained in:
Ben Goldsworthy 2023-03-02 23:19:13 -05:00
parent 00e178a714
commit b8de023f27
2 changed files with 7 additions and 3 deletions

View file

@ -50,7 +50,7 @@
<h2>Checkins</h2>
@if($checkinsList)
<ol>
@include('partials.checkins-list')
@include('partials.checkins-list', array('email'=>true))
</ol>
@else
<p>No new checkins</p>