Fix nullpointers.

This commit is contained in:
James Cole
2025-05-04 17:08:42 +02:00
parent ae22c59f21
commit 9ea8709835
3 changed files with 4 additions and 4 deletions

View File

@@ -15,10 +15,10 @@
</a>
</li>
<li class="{{ activeRoutePartial('bills') }}">
<li class="{{ activeRoutePartial('subscriptions') }}">
<a href="{{ route('subscriptions.index') }}">
<em class="fa fa-calendar-o fa-fw"></em>
<span>{{ 'bills'|_ }}</span>
<span>{{ 'subscriptions'|_ }}</span>
</a>
</li>