fix(donate): refactor to add completion in form
This commit is contained in:
committed by
Stuart Taylor
parent
d816bc4acf
commit
e84f021d8b
@@ -251,14 +251,14 @@ export const reducer = handleActions(
|
||||
...state,
|
||||
isOnline
|
||||
}),
|
||||
[types.openDonationModal]: state => ({
|
||||
...state,
|
||||
showDonationModal: true
|
||||
}),
|
||||
[types.closeDonationModal]: state => ({
|
||||
...state,
|
||||
showDonationModal: false
|
||||
}),
|
||||
[types.openDonationModal]: state => ({
|
||||
...state,
|
||||
showDonationModal: true
|
||||
}),
|
||||
[types.showCert]: state => ({
|
||||
...state,
|
||||
showCert: {},
|
||||
|
Reference in New Issue
Block a user