Skip to content

Commit

Permalink
fix(neuron-ui): including keywords on tx list paging
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Nov 11, 2019
1 parent 5a3f8a5 commit 935950d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neuron-ui/src/components/History/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const History = ({
lastPageIconProps={{ iconName: 'LastPage' }}
format="buttons"
onPageChange={(idx: number) => {
history.push(`${Routes.History}?pageNo=${idx + 1}`)
history.push(`${Routes.History}?pageNo=${idx + 1}&keywords=${keywords}`)
}}
/>
</Stack>
Expand Down

0 comments on commit 935950d

Please sign in to comment.