fix(home): only display group name if available (#2621)

pull/2622/head
Anthony Lapenna 2019-01-15 08:52:26 +13:00 committed by GitHub
parent bed49c37e4
commit 3a3577754e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
</span> </span>
<span> <span>
<span class="small"> <span class="small" ng-if="$ctrl.model.GroupName">
Group: {{ $ctrl.model.GroupName }} Group: {{ $ctrl.model.GroupName }}
</span> </span>
<button <button