Fix redirect not included on followup step

This commit is contained in:
Eric Schultz 2019-01-03 11:16:01 -06:00 committed by Eric Schultz
parent e6b62b8309
commit c11a6eb840

View file

@ -27,7 +27,7 @@ function view(state) {
}, [h('i.fa.fa-twitter-square'), ` ${I18n.t('nonprofits.donate.followup.share.twitter')}`] )
])
// Show the 'finish' button only if we're in an offsite embedded modal
, false && state.params$().offsite
, state.params$().offsite
? h('div', [
h('button.button.finish', {on: {click: state.clickFinish$}}, I18n.t('nonprofits.donate.followup.finish'))
])