Skip to content

Commit

Permalink
remove button!
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo committed May 22, 2024
1 parent 9c139c5 commit c9f8acd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web-portal/frontend/components/billing/invoiceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ const InvoiceList: React.FC = () => {
<Stack>
<Flex justify={"space-between"} align={"center"}>
<Title order={3}>Billing History</Title>

<Button onClick={() => router.push("?download=all")}>
Download All
</Button>
</Flex>
<Table
highlightOnHover
Expand Down

0 comments on commit c9f8acd

Please sign in to comment.