Cosmetic cleanup [ci skip]

This commit is contained in:
Taras Kushnir
2026-01-20 17:46:15 +02:00
parent a8d014844f
commit 469192451e
2 changed files with 1 additions and 4 deletions

View File

@@ -90,7 +90,4 @@
<span class="inline-flex items-center rounded-full bg-gray-50 px-2 py-1 text-xs font-medium text-gray-600 ring-1 ring-inset ring-gray-500/10">{{.Source}}</span>
</td>
<td class="whitespace-nowrap px-3 lg:px-10 py-5 text-sm text-gray-500">{{.Time}}</td>
<!--<td class="whitespace-nowrap py-5 pl-3 pr-4 text-right text-sm font-medium sm:pr-0">
<a href="#" class="text-indigo-600 hover:text-indigo-900">Edit<span class="sr-only">, Lindsay Walton</span></a>
</td>-->
</tr>

View File

@@ -408,7 +408,7 @@
notation: 'compact',
compactDisplay: 'short',
});
totalElement.innerHTML = formatter.format(sum);;
totalElement.innerHTML = formatter.format(sum);
}
} else {
this.drawNoData(chartElement, this.monthlyTicks.bind(this), 365);