bugfixes
This commit is contained in:
@@ -21,6 +21,7 @@ const s = useStore()
|
||||
const prefs = usePrefStore()
|
||||
|
||||
async function token(obj) {
|
||||
if (!obj) return null
|
||||
return obj.a ? obj : await getToken(s.chainId, obj)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user