1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Fix comment on migration #42 (#8405)

The comment was accidentally copied from the previous migration.
This commit is contained in:
Mark Stacey 2020-04-23 23:08:50 -03:00 committed by GitHub
parent cc41dee92c
commit 26dcb3af9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,8 @@ const version = 42
import { cloneDeep } from 'lodash'
/**
* PreferencesController.autoLogoutTimeLimit -> autoLockTimeLimit
* Initialize `connectedStatusPopoverHasBeenShown` to `false` if it hasn't yet been set,
* so that existing users are introduced to the new connected status indicator
*/
export default {
version,