Switched notice to react

This commit is contained in:
Ajay Ramachandran
2020-02-25 00:38:03 -05:00
parent 716861da18
commit 008c9380b1
7 changed files with 1329 additions and 81 deletions

View File

@@ -85,10 +85,6 @@ chrome.runtime.onInstalled.addListener(function (object) {
const newUserID = utils.generateUserID();
//save this UUID
Config.config.userID = newUserID;
//TODO: Remove when mobile support is old
// Don't show this to new users
// Config.config.mobileUpdateShowCount = 1;
}
}, 1500);
});