Skip to content

Commit

Permalink
fix: header of staking transaction table
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed Apr 25, 2024
1 parent b37663d commit 1c4ecfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/stakingTxs/StakingTxsContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const StakingTxsContent = ({
<Hide below="lg" ssr={ false }>
<StakingTxsTable
txs={ items }
top={ top || query.pagination.isVisible ? 80 : 0 }
top={ top || query.pagination.isVisible ? 48 : 0 }
currentAddress={ currentAddress }
isLoading={ isPlaceholderData }
/>
Expand Down

0 comments on commit 1c4ecfa

Please sign in to comment.