chore: adjust closing data type

This commit is contained in:
ValdiANS
2025-12-30 22:49:39 +07:00
parent 6eaa92dfd4
commit f089492830
3 changed files with 8 additions and 31 deletions
@@ -25,9 +25,9 @@ const ClosingGeneralInformationTable = ({
<td>{initialValue?.period}</td>
</tr>
<tr>
<td>Kategori</td>
<td>Project Flock</td>
<td>:</td>
<td>{initialValue?.project_category}</td>
<td>{initialValue?.project_flock?.name}</td>
</tr>
<tr>
<td>Populasi</td>