- 관련 상품
- 2025년 10월 24일 오후 9:27 UTC
- 이름 *
- snadjafinia
- 뚱 베어
- 0f18579
Bug fix: - God Mode switch was using isGodModeActive() from hook for 'checked' prop - But onChange was calling setGodModeActive (local state) - This created a disconnect between the two switches Changes: - Use godModeActive (local state) for both checked and label - Keep isGodModeActive() hook method for secure validation - Add fire icon (Whatshot) to god mode chip for devil theme - Icon color: white, size: 16px The god mode toggle now works independently from accepting leads toggle.