Merge pull request #221 from mirumee/fix/navigation
Use replace instead of push
This commit is contained in:
commit
d63d9b41be
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ export const ProductList: React.StatelessComponent<ProductListProps> = ({
|
|||
...params,
|
||||
after: undefined,
|
||||
before: undefined
|
||||
})
|
||||
}),
|
||||
true
|
||||
),
|
||||
[settings.rowNumber]
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue