-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: [AXIMST-129] Textbooks: Textbook preview #172
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## ts-develop #172 +/- ##
=============================================
Coverage ? 89.22%
=============================================
Files ? 671
Lines ? 11264
Branches ? 2378
=============================================
Hits ? 10050
Misses ? 1175
Partials ? 39 ☔ View full report in Codecov by Sentry. |
@@ -68,7 +75,7 @@ const TextbookCard = ({ | |||
src={ViewIcon} | |||
iconAs={Icon} | |||
data-testid="textbook-view-button" | |||
onClick={() => null} | |||
onClick={() => onPreviewTextbookClick()} |
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.
onClick={() => onPreviewTextbookClick()} | |
onClick={onPreviewTextbookClick} |
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.
Fixed
* feat: [AXIMST-129] add textbook preview * feat: [AXIMST-129] refactor after review
* feat: [AXIMST-129] add textbook preview * feat: [AXIMST-129] refactor after review
* feat: [AXIMST-129] add textbook preview * feat: [AXIMST-129] refactor after review
* feat: [AXIMST-129] add textbook preview * feat: [AXIMST-129] refactor after review
* feat: [AXIMST-129] add textbook preview * feat: [AXIMST-129] refactor after review
AXIMST-129