We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c0807 commit c5eff17Copy full SHA for c5eff17
usr-web/src/routes/(apps)/manifest/+page.svelte
@@ -525,6 +525,10 @@
525
{@render cost("Software")}
526
{@render cost("Mechanical")}
527
{@render cost("Electrical")}
528
+ <p>Club Total: {(Object.values(expenditures).reduce((a, b) => a + b)).toLocaleString(
529
+ 'en-US',
530
+ { style: 'currency', currency: 'USD' }
531
+ )}</p>
532
533
<section class="flex flex-col w-min" style:background-color="darkgray">
534
<div class="relative flex flex-row gap-10 w-min pt-8 pr-8 pl-20" style:min-height="20rem">
0 commit comments