fix(donate): update styling and refactor components
This commit is contained in:
committed by
Stuart Taylor
parent
08d6c06250
commit
6b7c7d6033
@@ -255,6 +255,10 @@ export const reducer = handleActions(
|
||||
...state,
|
||||
showDonationModal: true
|
||||
}),
|
||||
[types.closeDonationModal]: state => ({
|
||||
...state,
|
||||
showDonationModal: false
|
||||
}),
|
||||
[types.showCert]: state => ({
|
||||
...state,
|
||||
showCert: {},
|
||||
|
Reference in New Issue
Block a user