Description
In src/widgets/merch-catalog/ui/merch-list/merch-list.tsx around line 37, a hardcoded URL parameter string '?page=1' is used in router.push() instead of the newly introduced URL_PARAMS.PAGE constant from src/shared/constants.ts.
This should be updated to use the centralized URL_PARAMS.PAGE constant for consistency with the rest of the codebase.
Context
Location
- File:
src/widgets/merch-catalog/ui/merch-list/merch-list.tsx
- Approximate line: 37
Description
In
src/widgets/merch-catalog/ui/merch-list/merch-list.tsxaround line 37, a hardcoded URL parameter string'?page=1'is used inrouter.push()instead of the newly introducedURL_PARAMS.PAGEconstant fromsrc/shared/constants.ts.This should be updated to use the centralized
URL_PARAMS.PAGEconstant for consistency with the rest of the codebase.Context
Location
src/widgets/merch-catalog/ui/merch-list/merch-list.tsx