- 부가서비스 상세 태그 수정
This commit is contained in:
@@ -282,7 +282,7 @@ export const SettingPage = () => {
|
||||
<>
|
||||
<main className="pop">
|
||||
<div className="sub-wrap">
|
||||
{/* ✅ Android일 때는 앱 내 설정, 아니면 시스템 권한 표시 */}
|
||||
{/* Android일 때는 앱 내 설정, 아니면 시스템 권한 표시 */}
|
||||
<div className="settings-header">
|
||||
<div className="settings-title">{t('settings.notificationSettings')}</div>
|
||||
<label className="settings-switch">
|
||||
@@ -292,11 +292,7 @@ export const SettingPage = () => {
|
||||
readOnly
|
||||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
if (isAndroid) {
|
||||
onClickNotificationSettingToggle();
|
||||
} else {
|
||||
onClickPushNotificationToggle();
|
||||
}
|
||||
onClickPushNotificationToggle();
|
||||
}}
|
||||
/>
|
||||
<span className="slider"></span>
|
||||
|
||||
Reference in New Issue
Block a user