feat(donate):add donation modal and certification message (#37822)
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
@@ -132,6 +132,7 @@ export default function completionEpic(action$, state$) {
|
||||
const meta = challengeMetaSelector(state);
|
||||
const { nextChallengePath, introPath, challengeType } = meta;
|
||||
const closeChallengeModal = of(closeModal('completion'));
|
||||
|
||||
let submitter = () => of({ type: 'no-user-signed-in' });
|
||||
if (
|
||||
!(challengeType in submitTypes) ||
|
||||
|
Reference in New Issue
Block a user