diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/modal/welcome-modal.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/modal/welcome-modal.component.ts b/client/src/app/modal/welcome-modal.component.ts index 9097de984..19a147b85 100644 --- a/client/src/app/modal/welcome-modal.component.ts +++ b/client/src/app/modal/welcome-modal.component.ts | |||
@@ -25,7 +25,7 @@ export class WelcomeModalComponent { | |||
25 | }) | 25 | }) |
26 | } | 26 | } |
27 | 27 | ||
28 | private doNotOpenAgain () { | 28 | doNotOpenAgain () { |
29 | this.userService.updateMyProfile({ noWelcomeModal: true }) | 29 | this.userService.updateMyProfile({ noWelcomeModal: true }) |
30 | .subscribe( | 30 | .subscribe( |
31 | () => console.log('We will not open the welcome modal again.'), | 31 | () => console.log('We will not open the welcome modal again.'), |