Touch after rebase

This commit is contained in:
Becca 2021-05-05 10:00:19 -04:00
parent 7dc57137c5
commit 886cdcf372

View file

@ -3009,9 +3009,10 @@ export class App extends React.Component<IAppProps, IAppState> {
const banner: Banner = { const banner: Banner = {
type: BannerType.OpenThankYouCard, type: BannerType.OpenThankYouCard,
emoji: this.state.emoji,
onOpenCard: () => onOpenCard: () =>
this.openThankYouCard(userContributions, displayVersion), this.openThankYouCard(userContributions, displayVersion),
onThrewCardAway: () => { onThrowCardAway: () => {
updateLastThankYou( updateLastThankYou(
this.props.dispatcher, this.props.dispatcher,
lastThankYou, lastThankYou,