Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminaAiren committed Feb 2, 2024
1 parent 4374a6f commit 1bedf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/userOps/UserOpsContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const UserOpsContent = ({ query, showTx = true, showSender = true }: Props) => {
<Hide below="lg" ssr={ false }>
<UserOpsTable
items={ query.data.items }
top={ query.pagination.isVisible ? 0 : 80 }
top={ query.pagination.isVisible ? 80 : 0 }
isLoading={ query.isPlaceholderData }
showTx={ showTx }
showSender={ showSender }
Expand Down

0 comments on commit 1bedf71

Please sign in to comment.