mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-357): Add key to summary table row
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user