Commit 75d3e3c3 authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Merge pull request #1554 from blockscout/typo-fix

typo fix
parents 037499a6 f0bc4226
...@@ -26,7 +26,7 @@ const UserOpsContent = ({ query, showTx = true, showSender = true }: Props) => { ...@@ -26,7 +26,7 @@ const UserOpsContent = ({ query, showTx = true, showSender = true }: Props) => {
<Hide below="lg" ssr={ false }> <Hide below="lg" ssr={ false }>
<UserOpsTable <UserOpsTable
items={ query.data.items } items={ query.data.items }
top={ query.pagination.isVisible ? 0 : 80 } top={ query.pagination.isVisible ? 80 : 0 }
isLoading={ query.isPlaceholderData } isLoading={ query.isPlaceholderData }
showTx={ showTx } showTx={ showTx }
showSender={ showSender } showSender={ showSender }
......
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