Skip to content

Commit

Permalink
fix: scroll tab stake address history
Browse files Browse the repository at this point in the history
  • Loading branch information
tungnguyendinh committed Jul 23, 2024
1 parent 29e3064 commit 04c40c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const StakeHistoryTab: React.FC<{ stakeAddress?: string; isMobile?: boolean; tab
total: fetchData.total,
onChange: (page, size) => history.replace({ search: stringify({ page, size }) }, history.location.state)
}}
minHeight={152}
/>
);
};
Expand Down

0 comments on commit 04c40c6

Please sign in to comment.