🟡 CalendarDisplay: orphaned component with duplicate displayName #62
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
File:
src/components/game/CalendarDisplay.tsxIssues:
game/index.tsbut never imported or rendered anywhere in the app.CalendarDisplay.displayNameis assigned twice (lines 52 and 53) — a copy-paste error.hourandincursionStrengthin its interface but the function signature only destructures{ day }. TheincursionStrengthprop is completely unused.Impact: Dead code. Minor code quality issues.
Fix: Either integrate into the header/time display area or remove. Fix the duplicate displayName and unused props.
[priority: 2] ORPHANED/DEAD CODE — CalendarDisplay orphaned with duplicate displayName.
Fixed: Deleted orphaned CalendarDisplay.tsx component (never imported anywhere).