This commit is contained in:
yonghyon
2024-07-30 16:05:28 +09:00
parent b7c851392a
commit 4ced122ee3

View File

@@ -266,8 +266,8 @@ function AppBase(props) {
) {
dispatch(getShoptimeTerms());
}
httpHeaderRef.current = httpHeader;
}
httpHeaderRef.current = httpHeader;
loginUserDataRef.current = loginUserData;
}, [httpHeader, deviceId, webOSVersion]);