Open Laoujin opened 5 years ago
File: SockReviews.tsx
SockReviews.tsx
Right now the <SockReviewsDisplay /> displays just the amount of reviews. This just won't do for Business.
<SockReviewsDisplay />
// models.ts export interface SockReviewModel { name: string; rating: number; fullReview: string; }
more...
File:
SockReviews.tsx
Right now the
<SockReviewsDisplay />
displays just the amount of reviews. This just won't do for Business.more...
link if the fullReview is too long