mirror of
https://github.com/desktop/desktop
synced 2024-11-05 20:49:32 +00:00
Touch after rebase
This commit is contained in:
parent
7dc57137c5
commit
886cdcf372
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue