Commit bea9b9a0 authored by tom's avatar tom

fix ts

parent 4114ab15
......@@ -23,7 +23,7 @@ const AddressLink = ({ alias, type, className, truncation = 'dynamic', hash, id,
} else if (type === 'token') {
url = link('token_index', { id: id || hash });
} else if (type === 'block') {
url = link('block_index', { id: id || hash });
url = link('block', { id: id || hash });
} else {
url = link('address_index', { id: id || hash });
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment