N
Size: a a a
N
O
A
M
KR
KR
AS
IK
BS
AS
M
export const handleMessageShow = () => {
const todayTimeStamp = getLSTimestamp();
const wMTimestamp = localStorage.getItem(WM_TIMESTAMP_KEY);
if (wMTimestamp && todayTimeStamp === wMTimestamp) {
return false;
}
localStorage.setItem(WM_TIMESTAMP_KEY, todayTimeStamp);
return true;
};
RN
IK
D
RM
RM
RM