Skip to content

Commit

Permalink
feat: removed typeform uninstall link
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleySuira committed Feb 15, 2023
1 parent 2634677 commit 0f04938
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liquality-wallet",
"version": "0.84.5",
"version": "0.84.6",
"private": true,
"author": "Liquality <[email protected]>",
"scripts": {
Expand Down
8 changes: 0 additions & 8 deletions src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ function asyncLoop(fn, delay) {
.then(() => asyncLoop(fn, delay))
}

if (process.env.NODE_ENV !== 'development') {
chrome.runtime.onInstalled.addListener((details) => {
if (details.reason === 'install') {
chrome.runtime.setUninstallURL('https://liquality.typeform.com/feedbackuninst')
}
})
}

function getBalance(state) {
let total = 0
state.accounts?.[state.activeWalletId]?.[state.activeNetwork].map((item) => {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "0.84.5",
"version": "0.84.6",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
Expand Down

0 comments on commit 0f04938

Please sign in to comment.