Merge pull request #221 from mirumee/fix/navigation

Use replace instead of push
This commit is contained in:
Marcin Gębala 2019-10-21 16:46:52 +02:00 committed by GitHub
commit d63d9b41be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,8 @@ export const ProductList: React.StatelessComponent<ProductListProps> = ({
...params, ...params,
after: undefined, after: undefined,
before: undefined before: undefined
}) }),
true
), ),
[settings.rowNumber] [settings.rowNumber]
); );