- 앱 설정 : 마켓팅 설정 동의 여부 체크 수정

This commit is contained in:
HyeonJongKim
2025-11-11 16:42:26 +09:00
parent fa911465d1
commit 4d96c9552c

View File

@@ -56,7 +56,7 @@ export const SettingPage = () => {
'41': false,
'61': false,
'62': false,
'15': false
'13': false
});
const [dialogOpen, setDialogOpen] = useState<boolean>(false);
@@ -329,8 +329,8 @@ export const SettingPage = () => {
<label className="settings-switch">
<input
type="checkbox"
checked={ alarmSetting['15'] }
onChange={ (e: ChangeEvent<HTMLInputElement>) => callAppAlarmConsent(e.target.checked, '15') }
checked={ alarmSetting['13'] }
onChange={ (e: ChangeEvent<HTMLInputElement>) => callAppAlarmConsent(e.target.checked, '13') }
/>
<span className="slider"></span>
</label>