Update FeatureModal.tsx

This commit is contained in:
Felicio Mununga 2023-10-30 12:19:12 +01:00 committed by GitHub
parent 9e661d9a82
commit 797f1d751a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -33,10 +33,10 @@ export function FeatureModal({ community, setShowConfirmModal }: FeatureModalPro
onClick={async () => {
if (!activeVoting) {
await send(community.publicKey, proposingAmount)
} else {
await sendWaku(proposingAmount, community.publicKey)
}
await sendWaku(proposingAmount, community.publicKey)
setShowConfirmModal(true)
}}
>