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

Update pages/op/[hash].tsx

Co-authored-by: default avatartom goriunov <tom@ohhhh.me>
parent 67f365d1
......@@ -9,7 +9,7 @@ const UserOp = dynamic(() => import('ui/pages/UserOp'), { ssr: false });
const Page: NextPage<Props> = (props: Props) => {
return (
<PageNextJs pathname="/block/[height_or_hash]" query={ props }>
<PageNextJs pathname="/op/[height_or_hash]" query={ props }>
<UserOp/>
</PageNextJs>
);
......
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