mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: remove console.log
This commit is contained in:
@@ -17,7 +17,6 @@ export default function BlogPostItemHeaderAuthor({
|
||||
className,
|
||||
}: Props): JSX.Element {
|
||||
const { name, title, url, imageURL, email } = author
|
||||
console.log(author)
|
||||
const link = url || (email && `mailto:${email}`) || undefined
|
||||
return (
|
||||
<div className={clsx('avatar margin-bottom--sm', className)}>
|
||||
|
||||
Reference in New Issue
Block a user