Commit d68da65f authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Update ui/token/TokenHolders/TokenHoldersTable.tsx

Co-authored-by: default avatartom goriunov <tom@ohhhh.me>
parent e9aee06f
...@@ -15,7 +15,7 @@ interface Props { ...@@ -15,7 +15,7 @@ interface Props {
const TokenHoldersTable = ({ data, token, top, isLoading }: Props) => { const TokenHoldersTable = ({ data, token, top, isLoading }: Props) => {
return ( return (
<Table variant="simple" size="sm" style={{ tableLayout: 'auto' }}> <Table variant="simple" size="sm" layout="auto">
<Thead top={ top }> <Thead top={ top }>
<Tr> <Tr>
<Th>Holder</Th> <Th>Holder</Th>
......
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