aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/displays
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-14 10:12:46 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-14 10:12:46 -0700
commitc57bb4a60717c69826c609d75c6bb9519ebb1c04 (patch)
treef286f851a96254118a687900c98bfac627ba0afa /frontend/src/components/displays
parentbdda4d5c4f55ae36d0bda4ff6cd3a16c346279c6 (diff)
add favicon
Diffstat (limited to 'frontend/src/components/displays')
-rw-r--r--frontend/src/components/displays/DivaScoreDisplay.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/components/displays/DivaScoreDisplay.tsx b/frontend/src/components/displays/DivaScoreDisplay.tsx
index 17ab59f..74dd431 100644
--- a/frontend/src/components/displays/DivaScoreDisplay.tsx
+++ b/frontend/src/components/displays/DivaScoreDisplay.tsx
@@ -72,7 +72,6 @@ const DivaScoreDisplay: React.FC<ScoreDisplayProps> = ({
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const formatValue = (value: any, key: string): string => {
if (value === null || value === undefined) return "N/A";
- console.log("formatValue called with key:", key);
// Handle timestamps
if (key === "timestamp" || key === "date") {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage