fix: remove debug code
This commit is contained in:
parent
c37abdec94
commit
83f47eba89
|
@ -274,7 +274,7 @@ export const Staking = () => {
|
||||||
get_coins_staking().then(res => {
|
get_coins_staking().then(res => {
|
||||||
res.data.forEach((obj) => {
|
res.data.forEach((obj) => {
|
||||||
obj.conf = JSON.parse(obj.conf)
|
obj.conf = JSON.parse(obj.conf)
|
||||||
obj.authorized = true
|
// obj.authorized = true
|
||||||
})
|
})
|
||||||
setCoins(prev => res.data)
|
setCoins(prev => res.data)
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
|
|
Loading…
Reference in New Issue