aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src
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
parentbdda4d5c4f55ae36d0bda4ff6cd3a16c346279c6 (diff)
add favicon
Diffstat (limited to 'frontend/src')
-rw-r--r--frontend/src/components/displays/DivaScoreDisplay.tsx1
-rw-r--r--frontend/src/pages/Landing.tsx2
2 files changed, 1 insertions, 2 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") {
diff --git a/frontend/src/pages/Landing.tsx b/frontend/src/pages/Landing.tsx
index 5ca4459..e3b7898 100644
--- a/frontend/src/pages/Landing.tsx
+++ b/frontend/src/pages/Landing.tsx
@@ -167,4 +167,4 @@ const Landing = () => {
);
};
-export default Landing; \ No newline at end of file
+export default Landing;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage