From b9e7737589e3da7e01524249db6beba0b681561e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Thu, 14 Mar 2024 16:43:21 +0100 Subject: [PATCH] Fix typo --- app/services/kredits.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/kredits.js b/app/services/kredits.js index bd1d5e1..898c8c0 100644 --- a/app/services/kredits.js +++ b/app/services/kredits.js @@ -29,7 +29,7 @@ export default Service.extend({ browserCache: service(), currentBlock: null, - currentUserAccounts: null, // default to not having an account. this is the wen web3 is loaded. + currentUserAccounts: null, // default to not having an account. this is the when web3 is loaded. currentUser: null, contributors: null, contributions: null,