Commit 1d375844 authored by tom's avatar tom

tx type tag fix

parent a83b5bd8
import { Tag, TagLabel } from '@chakra-ui/react'; import { Tag } from '@chakra-ui/react';
import React from 'react'; import React from 'react';
export interface Props { export interface Props {
...@@ -34,7 +34,7 @@ const TxStatus = ({ type }: Props) => { ...@@ -34,7 +34,7 @@ const TxStatus = ({ type }: Props) => {
return ( return (
<Tag colorScheme={ colorScheme }> <Tag colorScheme={ colorScheme }>
<TagLabel>{ label }</TagLabel> { label }
</Tag> </Tag>
); );
}; };
......
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