Merge pull request #215 from ArtemKolodko/fix_block_epoch

Fix block details epoch render
pull/217/head
Artem 2 years ago committed by GitHub
commit 50b1b4c46f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/block/BlockDetails.tsx

@ -129,7 +129,7 @@ export const BlockDetails: FunctionComponent<BlockDetailsProps> = ({
style={{ width: "100%", minWidth: "698px" }}
columns={columns}
data={blockData}
step={10}
step={50}
border={{
header: false,
body: {

Loading…
Cancel
Save