remove redundant gt check

This commit is contained in:
Lanre Adelowo 2018-07-05 15:48:07 +01:00
parent d8f20438b2
commit d5752d4ba5

View File

@ -34,7 +34,7 @@
</tr> </tr>
{{end}} {{end}}
</tbody> </tbody>
{{ if gt (len .Notices) 0 }} {{ if .Notices }}
<tfoot class="full-width"> <tfoot class="full-width">
<tr> <tr>
<th></th> <th></th>