Unnecessary if statement.

This commit is contained in:
James Cole 2015-03-27 19:43:53 +01:00
parent 4ef23e28a3
commit aae2ab2693

View File

@ -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>