'jump to block' in same section tag as other route components
This commit is contained in:
parent
2d635808de
commit
8f22cbc0c9
@ -14,15 +14,12 @@ const Blocks = () => {
|
||||
);
|
||||
|
||||
return (
|
||||
<>
|
||||
<section>
|
||||
<RouteTitle>Blocks</RouteTitle>
|
||||
<BlocksRefetch refetch={refetch} />
|
||||
<BlocksTable data={data} />
|
||||
</section>
|
||||
|
||||
<JumpToBlock />
|
||||
</>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
|
@ -14,15 +14,12 @@ const Txs = () => {
|
||||
);
|
||||
|
||||
return (
|
||||
<>
|
||||
<section>
|
||||
<RouteTitle>Transactions</RouteTitle>
|
||||
<BlocksRefetch refetch={refetch} />
|
||||
<BlocksTable data={data} showTransactions={true} />
|
||||
</section>
|
||||
|
||||
<JumpToBlock />
|
||||
</>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user