Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Oct 30, 2024
1 parent 4ffdbf2 commit 229a2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/components/tables/invoices/columns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const columns: ColumnDef<Invoice>[] = [
</Button>
</DropdownMenuTrigger>
<DropdownMenuContent align="end">
{status === "draft" && (
{status !== "paid" && status !== "canceled" && (
<DropdownMenuItem
onClick={() =>
setParams({
Expand Down

0 comments on commit 229a2b6

Please sign in to comment.