Show cost per egg as 2 decimal places on dashboard

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
2026-02-26 22:57:22 -08:00
co-authored by Claude Sonnet 4.6
parent 5bc874a924
commit 7d50af0054
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -73,7 +73,7 @@
</main>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.umd.min.js"></script>
<script src="/js/api.js"></script>
<script src="/js/dashboard.js"></script>
<script src="/js/api.js?v=2"></script>
<script src="/js/dashboard.js?v=2"></script>
</body>
</html>