fix:수당 시뮬레이터 섹션 제거

- 영업관리 화면에서 SimulatorSection 컴포넌트 제거

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-01-31 18:09:24 +09:00
parent e94ee05267
commit 1cb0be6244

View File

@@ -4173,7 +4173,6 @@
{selectedRole === '영업관리' && (
<>
<ManagerManagementView currentUser={currentUser} />
<SimulatorSection salesConfig={data.sales_config} selectedRole={selectedRole} />
</>
)}
</main>