Skip to content

Commit

Permalink
fix: type error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Jun 13, 2023
1 parent c66b895 commit 46c3f8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import styles from './AuthorPage.module.scss'

export type AuthorPageProps = {
data: {
authors: Author
author: Author
docs: {
id: string
title: string
Expand Down

0 comments on commit 46c3f8b

Please sign in to comment.