Show cost per egg as 2 decimal places on dashboard

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-26 22:57:22 -08:00
parent 5bc874a924
commit 7d50af0054
2 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@
</main>
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.0/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>