From 661ff8bbc343aceb7f1e7268065e106cd772c804 Mon Sep 17 00:00:00 2001 From: fsociety Date: Tue, 1 Oct 2024 16:54:55 +0200 Subject: [PATCH] feat: update amountToPay in association profile view --- resources/views/pages/association/profile.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/pages/association/profile.blade.php b/resources/views/pages/association/profile.blade.php index 739ee18..ab7e142 100644 --- a/resources/views/pages/association/profile.blade.php +++ b/resources/views/pages/association/profile.blade.php @@ -29,7 +29,7 @@ state(['events' => []]); state(['payments' => []]); state(['invoice' => null]); state(['qrCode' => null]); -state(['amountToPay' => 1]); +state(['amountToPay' => 21]); state(['currentYearIsPaid' => false]); state(['currentPubkey' => null]); state(['currentPleb' => null]);