Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuartu committed Dec 18, 2024
1 parent 59e167b commit e54c67a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const getMockedNotificationsState = () => {
isProfileSyncingEnabled: true,
isProfileSyncingUpdateLoading: false,
hasAccountSyncingSyncedAtLeastOnce: false,
isAccountSyncingInProgress: false,
isAccountSyncingReadyToBeDispatched: false,
isMetamaskNotificationsFeatureSeen: true,
isNotificationServicesEnabled: true,
Expand Down
1 change: 1 addition & 0 deletions ui/selectors/identity/profile-syncing.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ describe('Profile Syncing Selectors', () => {
isProfileSyncingUpdateLoading: false,
isAccountSyncingReadyToBeDispatched: false,
hasAccountSyncingSyncedAtLeastOnce: false,
isAccountSyncingInProgress: false,
},
};

Expand Down

0 comments on commit e54c67a

Please sign in to comment.