Skip to main content

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.

ParamTypeDescription
propsObjectThe properties passed to the component.
props.reviewObjectThe review object.
props.userDataObjectThe user data object.