#543: Added possibility for comments in workflow

This commit is contained in:
frikky
2021-11-05 14:18:26 +01:00
parent a82716f0ee
commit 9dd618ecfe
11 changed files with 307 additions and 23 deletions
+2 -2
View File
@@ -198,11 +198,11 @@ const App = (message, props) => {
})
if (userInfo.eth_info !== undefined && userInfo.eth_info.balance !== undefined) {
console.log(userInfo.eth_info.balance)
//console.log(userInfo.eth_info.balance)
userInfo.eth_info.parsed_balance = userInfo.eth_info.balance/1000000000000000000
}
console.log("USER: ", userInfo)
//console.log("USER: ", userInfo)
setUserData(userInfo)
setIsLoaded(true)