[251119] fix: PlayerPanel - 2

🕐 커밋 시간: 2025. 11. 19. 10:26:09

📊 변경 통계:
  • 총 파일: 2개
  • 추가: +13줄
  • 삭제: -5줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx
  ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/v2/TabContainer.v2.jsx
This commit is contained in:
2025-11-19 10:26:09 +09:00
parent cb0764b3ac
commit d8030aba11
2 changed files with 13 additions and 5 deletions

View File

@@ -130,7 +130,7 @@ export default function TabContainerV2({
e.stopPropagation();
e.preventDefault();
if (onTabClose) {
onTabClose(1); // tabIndex를 1로 설정
onTabClose(2); // tabIndex를 2로 설정
}
},
[onTabClose]