Update FeatureModal.tsx
This commit is contained in:
parent
9e661d9a82
commit
797f1d751a
|
@ -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)
|
||||
}}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue