\r\n {\r\n props.comment.memberId !== \"\" && props.comment.username !== \"Anonymous User\" ? (\r\n props.comment.isUserVerified ? (\r\n {props.comment.username}\r\n ) : {props.comment.username}\r\n ) : \"Anonymous User\"\r\n }\r\n
\r\n\r\n \r\n {\r\n props.comment.edited && \r\n (Edited)\r\n }\r\n
\r\n\r\n Contributed to: \r\n {\r\n commentPath ?\r\n \r\n {item.implementation.name} ({getItemNameOrLocation()})\r\n \r\n :\r\n <>{item.implementation.name} ({getItemNameOrLocation()})>\r\n }\r\n on {FormattedDateTime(props.comment.created)} \r\n {\r\n props.comment.edited && \r\n (Edited)\r\n }\r\n
\r\n }\r\n\r\n {\r\n props.comment.text &&\r\n\r\n
\r\n