From 935950dcfdda088ae652ec641cb2825d65eb0b42 Mon Sep 17 00:00:00 2001 From: Keith Date: Mon, 11 Nov 2019 15:06:52 +0800 Subject: [PATCH] fix(neuron-ui): including keywords on tx list paging --- packages/neuron-ui/src/components/History/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/neuron-ui/src/components/History/index.tsx b/packages/neuron-ui/src/components/History/index.tsx index 704faa92eb..4042015f2c 100644 --- a/packages/neuron-ui/src/components/History/index.tsx +++ b/packages/neuron-ui/src/components/History/index.tsx @@ -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}`) }} />