import React, { useRef, useState } from 'react' import LevelBadge from '../../xp/LevelBadge' const DEFAULT_AVATAR = 'https://files.skinbase.org/default/avatar_default.webp' function CommentItem({ comment }) { return (
{comment.body}
{comment.author_signature && ({comment.author_signature}
)}No comments yet. Be the first to leave one!
) : (Log in {' '}to leave a comment.
)}