jskim-node #405

Merged
kjs merged 4 commits from jskim-node into main 2026-03-05 21:46:51 +09:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ea6c5ac43c - Show all commits

View File

@ -106,7 +106,7 @@ export const SplitPanelLayoutComponent: React.FC<SplitPanelLayoutComponentProps>
...props
}) => {
const componentConfig = (component.componentConfig || {}) as SplitPanelLayoutConfig;
// 🐛 디버깅: 로드 시 rightPanel.components 확인
const rightComps = componentConfig.rightPanel?.components || [];
const finishedTimeline = rightComps.find((c: any) => c.id === "finished_timeline");