feat: update amountToPay in association profile view

This commit is contained in:
fsociety
2024-10-01 16:54:55 +02:00
parent c0e4a4bb98
commit 661ff8bbc3

View File

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