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