mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-14 06:36:46 +00:00
feat: update amountToPay in association profile view
This commit is contained in:
@@ -29,7 +29,7 @@ state(['events' => []]);
|
|||||||
state(['payments' => []]);
|
state(['payments' => []]);
|
||||||
state(['invoice' => null]);
|
state(['invoice' => null]);
|
||||||
state(['qrCode' => null]);
|
state(['qrCode' => null]);
|
||||||
state(['amountToPay' => 1]);
|
state(['amountToPay' => 21]);
|
||||||
state(['currentYearIsPaid' => false]);
|
state(['currentYearIsPaid' => false]);
|
||||||
state(['currentPubkey' => null]);
|
state(['currentPubkey' => null]);
|
||||||
state(['currentPleb' => null]);
|
state(['currentPleb' => null]);
|
||||||
|
|||||||
Reference in New Issue
Block a user