fix: remove debug code

This commit is contained in:
john 2022-05-14 15:59:41 +07:00
parent c37abdec94
commit 83f47eba89
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ export const Staking = () => {
get_coins_staking().then(res => {
res.data.forEach((obj) => {
obj.conf = JSON.parse(obj.conf)
obj.authorized = true
// obj.authorized = true
})
setCoins(prev => res.data)
}).catch(err => {