File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
source/renderer/app/stores Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -444,10 +444,8 @@ export default class ProfileStore extends Store {
444444 }
445445 } ;
446446 _isOnAnalyticsPage = ( ) =>
447- // @ts -ignore ts-migrate(2339) FIXME: Property 'stores' does not exist on type 'ProfileS... Remove this comment to see the full error message
448447 this . stores . app . currentRoute === ROUTES . PROFILE . ANALYTICS ;
449448 _isOnTermsOfUsePage = ( ) =>
450- // @ts -ignore ts-migrate(2339) FIXME: Property 'stores' does not exist on type 'ProfileS... Remove this comment to see the full error message
451449 this . stores . app . currentRoute === ROUTES . PROFILE . TERMS_OF_USE ;
452450 _redirectToAnalyticsScreenIfNotConfirmed = ( ) => {
453451 if (
@@ -456,7 +454,6 @@ export default class ProfileStore extends Store {
456454 this . areTermsOfUseAccepted &&
457455 ! this . hasConfirmedAnalyticsAcceptanceStatus
458456 ) {
459- // @ts -ignore ts-migrate(2339) FIXME: Property 'actions' does not exist on type 'Profile... Remove this comment to see the full error message
460457 this . actions . router . goToRoute . trigger ( {
461458 route : ROUTES . PROFILE . ANALYTICS ,
462459 } ) ;
You can’t perform that action at this time.
0 commit comments