refactor(FE-357): Add key to summary table row

This commit is contained in:
rstubryan
2025-12-19 13:46:02 +07:00
parent c36d1ee153
commit da5a577fde
@@ -689,7 +689,10 @@ const HppPerKandangTab = () => {
(row: Row<HppPerKandangReport['rows'][0]>) => {
if (row.index === data.length - 1) {
return (
<tr className='border-b border-l border-r border-b-gray-200 border-l-gray-200 border-r-gray-200'>
<tr
className='border-b border-l border-r border-b-gray-200 border-l-gray-200 border-r-gray-200'
key={'rekapitulasi-row'}
>
<td
colSpan={15}
className='px-4 py-3 text-gray-900 text-center font-semibold'