import { Link } from 'react-router-dom' const CommentAuthor = ({ owner }) => {owner?.login || 'Anon'} export default CommentAuthor