Commit f0bc4226 authored by isstuev's avatar isstuev

typo fix

parent 037499a6
...@@ -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