fix(FE): remove pullet table, change doc table to conditional data base on project flock category

This commit is contained in:
randy-ar
2026-01-06 13:46:18 +07:00
parent 841aadc107
commit 0af612703a
3 changed files with 30 additions and 32 deletions
@@ -45,7 +45,12 @@ const ClosingDetail: React.FC<ClosingDetailProps> = ({
{
id: 'perhitunganSapronak',
label: 'Perhitungan Sapronak',
content: <ClosingSapronakCalculationTabContent projectFlockId={id} />,
content: (
<ClosingSapronakCalculationTabContent
closingGeneralInformation={initialValue}
projectFlockId={id}
/>
),
},
{
id: 'penjualan',