Skip to content

Commit

Permalink
chore: remove useless info
Browse files Browse the repository at this point in the history
  • Loading branch information
truc9 committed Dec 13, 2024
1 parent f6a938c commit 7293ab0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/screens/public/outstanding-report.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export default function Page() {
<Table.Tr>
<Table.Th>Name</Table.Th>
<Table.Th>Unpaid Amount</Table.Th>
<Table.Th>Attendant Count</Table.Th>
<Table.Th>Synthetic Costs</Table.Th>
</Table.Tr>
</Table.Thead>
Expand All @@ -73,7 +72,6 @@ export default function Page() {
>
<Currency value={item.unpaidAmount} />
</Table.Td>
<Table.Td>{item.matchCount}</Table.Td>
<Table.Td>{item.registrationSummary}</Table.Td>
</Table.Tr>
);
Expand Down

0 comments on commit 7293ab0

Please sign in to comment.