Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
e29caa4980
commit
bd2124174d
@@ -378,7 +378,7 @@ function InvoiceDetail() {
|
||||
</thead>
|
||||
<tbody>
|
||||
{g.subsections.map((sub) => (
|
||||
<FragmentSection key={sub.key}>
|
||||
<Fragment key={sub.key}>
|
||||
<tr className="bg-muted/20 border-t">
|
||||
<td colSpan={4} className="px-3 py-1.5 text-[11px] uppercase tracking-wider font-semibold text-muted-foreground">
|
||||
{sub.label}
|
||||
@@ -426,7 +426,7 @@ function InvoiceDetail() {
|
||||
)}
|
||||
</tr>
|
||||
))}
|
||||
</FragmentSection>
|
||||
</Fragment>
|
||||
))}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user