Skip to content

Commit

Permalink
fix: broken ui
Browse files Browse the repository at this point in the history
  • Loading branch information
truc9 committed Dec 13, 2024
1 parent 7293ab0 commit c66fd9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/screens/public/outstanding-report.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function Page() {
>
<Currency value={item.unpaidAmount} />
</Table.Td>
<Table.Td>{item.registrationSummary}</Table.Td>
<Table.Td width={150}>{item.registrationSummary}</Table.Td>
</Table.Tr>
);
})}
Expand All @@ -83,7 +83,6 @@ export default function Page() {
<Currency value={totalUnpaid} />
</Table.Td>
<Table.Td></Table.Td>
<Table.Td></Table.Td>
</Table.Tr>
)}
</Table.Tbody>
Expand Down

0 comments on commit c66fd9c

Please sign in to comment.