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]);