fix: hide project and transaction sections for shared allocation account modal
This commit is contained in:
@@ -7052,6 +7052,8 @@
|
||||
</section>
|
||||
)}
|
||||
|
||||
{!Boolean(lifecycleAccountDetailModal.show_allocation_formula) && (
|
||||
<>
|
||||
<section className="mini-card">
|
||||
<div style={{ fontSize: 16, fontWeight: 700 }}>프로젝트별 금액</div>
|
||||
<div className="subtle" style={{ marginTop: 6 }}>연결된 프로젝트들 중 이 계정에 포함된 지출입니다.</div>
|
||||
@@ -7122,6 +7124,8 @@
|
||||
<div className="empty-state">표시할 거래내역이 없습니다.</div>
|
||||
)}
|
||||
</section>
|
||||
</>
|
||||
)}
|
||||
|
||||
</div>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user