Fix home group line without balance

This commit is contained in:
Benjamin Renard 2017-09-18 00:19:45 +02:00
parent faae49a9d5
commit 33a52cc3e0

View file

@ -111,7 +111,7 @@ view_home=function() {
}
}
else {
diff=$('<td>&nbsp;</td>');
diff='<td>&nbsp;</td>';
}
tbody.html(tbody.html()+'<tr><td><a class="group-link" data-uuid="'+g+'">'+balances[g].name+'</a></td>'+diff+'</tr>');
}