Skip to content

Commit

Permalink
added table entry
Browse files Browse the repository at this point in the history
  • Loading branch information
manglemix committed Jan 28, 2025
1 parent 5997bb0 commit 5131177
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usr-web/src/routes/(apps)/manifest/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
reason: string;
vendor: string;
link: string;
reference_number?: number;
}
let orders: Order[] = $state([]);
let expenditures: Record<string, number> = $state({});
Expand Down Expand Up @@ -236,6 +237,7 @@
currency: 'USD'
})}</td
>
<td>{order.reference_number ?? ''}</td>
</tr>
{/if}
{/each}
Expand Down

0 comments on commit 5131177

Please sign in to comment.