OSDN Git Service

update repo and url
authorZhiting Lin <zlin035@uottawa.ca>
Tue, 5 Mar 2019 06:30:00 +0000 (14:30 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Tue, 5 Mar 2019 06:30:00 +0000 (14:30 +0800)
src/background.js

index 7d965c7..69b676f 100644 (file)
@@ -108,8 +108,8 @@ export default class Background {
           sendResponse(account)
           break
         case 'currentNetwork':
-          const netword = JSON.parse(localStorage.bytomNet)
-          sendResponse(netword)
+          const network = JSON.parse(localStorage.bytomNet)
+          sendResponse(network)
           break
         case 'listAllAccount':
           promise = accountAction.list()