Fix conditional email fallback text
This commit is contained in:
parent
b8de023f27
commit
e5a5ddffcd
2 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@
|
|||
<h2>Checkins</h2>
|
||||
@if($checkinsList)
|
||||
<ol>
|
||||
@include('partials.checkins-list', array('email'=>true))
|
||||
@include('partials.checkins-list', ['email' => true])
|
||||
</ol>
|
||||
@else
|
||||
<p>No new checkins</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue