[SHOPTIME-3325] 앱 삭제 후 재설치 시 과거 데이터 유지됨

수정 내용: localStorage 내에 phoneNumber, recentView만 초기화
This commit is contained in:
hyunwoo93.cha
2025-01-21 18:38:36 +09:00
parent eef7c13a2c
commit 47ff8df067

View File

@@ -532,7 +532,7 @@ export const checkFirstLaunch = () => (dispatch) => {
console.log("First launch detected - initializing localStorage");
if (typeof window === "object") {
dispatch(changeLocalSettings(initialLocalSettings));
dispatch(changeLocalSettings({ phoneNumbers: {}, recentItems: [] }));
}
lunaSend.saveFirstLaunchInfo({