website refactor
This commit is contained in:
@@ -84,8 +84,7 @@ export function TransactionTable({ transactions, onDownload }: TransactionTableP
|
||||
return (
|
||||
<Grid
|
||||
key={tx.id}
|
||||
cols={1}
|
||||
mdCols={12}
|
||||
cols={{ base: 1, md: 12 }}
|
||||
gap={4}
|
||||
p={4}
|
||||
alignItems="center"
|
||||
|
||||
Reference in New Issue
Block a user