Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 01:14:05 +00:00
co-authored by renee-png
parent e29caa4980
commit bd2124174d
+2 -2
View File
@@ -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>