Skip to content

Commit 935950d

Browse files
committed
fix(neuron-ui): including keywords on tx list paging
1 parent 5a3f8a5 commit 935950d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/neuron-ui/src/components/History

packages/neuron-ui/src/components/History/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const History = ({
7676
lastPageIconProps={{ iconName: 'LastPage' }}
7777
format="buttons"
7878
onPageChange={(idx: number) => {
79-
history.push(`${Routes.History}?pageNo=${idx + 1}`)
79+
history.push(`${Routes.History}?pageNo=${idx + 1}&keywords=${keywords}`)
8080
}}
8181
/>
8282
</Stack>

0 commit comments

Comments
 (0)