Commit 5f0f9a06 authored by tom's avatar tom

ts fix

parent 82d7f7a1
......@@ -11,7 +11,7 @@ type Props = {
const BlockPage: NextPage<Props> = ({ pageParams }: Props) => {
return (
<BlocksNextPage tab="reorgs" pageParams={ pageParams }/>
<BlocksNextPage tab="blocks_reorgs" pageParams={ pageParams }/>
);
};
......
......@@ -11,7 +11,7 @@ type Props = {
const BlockPage: NextPage<Props> = ({ pageParams }: Props) => {
return (
<BlocksNextPage tab="uncles" pageParams={ pageParams }/>
<BlocksNextPage tab="blocks_uncles" pageParams={ pageParams }/>
);
};
......
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