계약 DTO SSOT 3차

This commit is contained in:
Yun Chan 2026-06-27 18:27:30 +09:00
parent 1007eaf7d9
commit 480fbd543a
10 changed files with 90 additions and 162 deletions

View file

@ -117,7 +117,7 @@ export default function LearnerHome() {
}
if (sessionResult.status === "fulfilled") {
setSessions(sessionResult.value.sessions);
setSessions(sessionResult.value.sessions ?? []);
setSessionLoadState("ready");
} else {
console.warn("[learner-home] failed to load sessions", sessionResult.reason);
@ -438,7 +438,7 @@ const LH_CSS = `
gap:clamp(12px,1.6vw,20px);
padding:clamp(14px,2vw,28px);
background:var(--bg-app);
overflow:hidden;
overflow:clip;
}
.lh-root::before{
content:"";