Skip to content
Snippets Groups Projects
Commit 73d81006 authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

correct opinion proptype being passed to opinion

parent f328c127
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ const Opinion = ({ author, opinion }) => (
Opinion.propTypes = {
author: PropTypes.string,
opinion: PropTypes.string,
opinion: PropTypes.object,
}
export const AssignedToReview = ({ author }) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment