cleaned up linting

merge-requests/150/merge
nr0q 2021-10-24 20:15:07 -05:00 zatwierdzone przez Matthew Chambers
rodzic ac51710ff3
commit 7830e52978
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -52,8 +52,8 @@ function renderRoster(callRoster, rosterSettings)
var visibleCount = visibleCallList.length;
var huntedCount = 0;
if (typeof(obj) !== 'undefined' && typeof(obj.callObj) !==' undefined' && typeof(obj.callObj.hunting) !== 'undefined')
huntedCount = visibleCallList.filter(obj => Object.keys().length > 0).length
if (typeof (obj) !== "undefined" && typeof (obj.callObj) !== "undefined" && typeof (obj.callObj.hunting) !== "undefined")
{ huntedCount = visibleCallList.filter(obj => Object.keys().length > 0).length }
var countParts = [];
if (totalCount != visibleCount)