-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed the bookmarked offers page #2652
Conversation
PavloDolia
commented
Oct 28, 2024
•
edited
Loading
edited
- fixed the text input;
- added smooth scrolling to the top when the page number is changed
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added forwardRef
in the line 29, handleInputChange
in the line 38 and BookmarksToolbar.displayName
in the line 103. Everything else remains unchanged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn’t quite understand your comment. Why the other lines are changed then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added this comment to clarify what really was changed in this file. All other lines are changed because forwardRef
was added and indentations are changed