review
Review ⇒ JSX.Element
Review component that displays a review and allows deletion if the logged in user is the author of the review.
Kind: global constant
Returns: JSX.Element
- The Review component.
Param | Type | Description |
---|---|---|
props | Object | The properties passed to the component. |
props.review | Object | The review object. |
props.userData | Object | The user data object. |