Commit a80ca0ce authored by isstuev's avatar isstuev

instance-link

parent 26130bde
...@@ -40,8 +40,7 @@ const NFTItem = ({ token, token_id: tokenId }: Props) => { ...@@ -40,8 +40,7 @@ const NFTItem = ({ token, token_id: tokenId }: Props) => {
{ tokenId && ( { tokenId && (
<Flex mb={ 2 } ml={ 1 }> <Flex mb={ 2 } ml={ 1 }>
<Text whiteSpace="pre" variant="secondary">ID# </Text> <Text whiteSpace="pre" variant="secondary">ID# </Text>
{ /* TODO: add link href */ } <Link href={ link('token_instance_item', { hash: token.address, id: tokenId }) }>{ tokenId }</Link>
<Link>{ tokenId }</Link>
</Flex> </Flex>
) } ) }
{ token.name && ( { token.name && (
......
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