mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Unnecessary if statement.
This commit is contained in:
@@ -61,9 +61,6 @@
|
||||
@if($balance['shared'])
|
||||
<small><em>shared</em></small>
|
||||
@endif
|
||||
@if($balance['hide'])
|
||||
<small><em>hidden</em></small>
|
||||
@endif
|
||||
</td>
|
||||
<td>{!! Amount::format($balance['start']) !!}</td>
|
||||
<td>{!! Amount::format($balance['end']) !!}</td>
|
||||
|
Reference in New Issue
Block a user