mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 23:35:45 +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]>) => {
|
(row: Row<HppPerKandangReport['rows'][0]>) => {
|
||||||
if (row.index === data.length - 1) {
|
if (row.index === data.length - 1) {
|
||||||
return (
|
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
|
<td
|
||||||
colSpan={15}
|
colSpan={15}
|
||||||
className='px-4 py-3 text-gray-900 text-center font-semibold'
|
className='px-4 py-3 text-gray-900 text-center font-semibold'
|
||||||
|
|||||||
Reference in New Issue
Block a user