Skip to content

Commit

Permalink
fix: download with description
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Lauber <[email protected]>
  • Loading branch information
janlauber committed Aug 4, 2024
1 parent 50f9927 commit 03a8831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sk/src/routes/app/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
}),
// @ts-expect-error - expense type is not null
type: expense.expand.expense_type.name,
description: expense.description,
amount: expense.amount,
created: new Date(expense.created).toLocaleDateString("de-CH", {
year: "numeric",
Expand Down

0 comments on commit 03a8831

Please sign in to comment.