fix: hide project and transaction sections for shared allocation account modal

This commit is contained in:
2026-05-04 17:41:28 +09:00
parent 588d787d02
commit d7a322a6ca

View File

@@ -7052,6 +7052,8 @@
</section> </section>
)} )}
{!Boolean(lifecycleAccountDetailModal.show_allocation_formula) && (
<>
<section className="mini-card"> <section className="mini-card">
<div style={{ fontSize: 16, fontWeight: 700 }}>프로젝트별 금액</div> <div style={{ fontSize: 16, fontWeight: 700 }}>프로젝트별 금액</div>
<div className="subtle" style={{ marginTop: 6 }}>연결된 프로젝트들 계정에 포함된 지출입니다.</div> <div className="subtle" style={{ marginTop: 6 }}>연결된 프로젝트들 계정에 포함된 지출입니다.</div>
@@ -7122,6 +7124,8 @@
<div className="empty-state">표시할 거래내역이 없습니다.</div> <div className="empty-state">표시할 거래내역이 없습니다.</div>
)} )}
</section> </section>
</>
)}
</div> </div>
</> </>