Skip to content

Commit

Permalink
Fix typo (#5733)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominic Saadi <dominiceliassaadi@gmail.com>
  • Loading branch information
ubugnu and jtoar committed Jun 10, 2022
1 parent 5c6f08d commit 17730f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ export const Failure = ({ error }: CellFailureProps) => (
<div style={{ color: 'red' }}>Error: {error.message}</div>
)

export const Success = ({ articles }: CellSuccessProps<ArticleQuery>) => (
export const Success = ({ article }: CellSuccessProps<ArticleQuery>) => (
// highlight-next-line
<Article article={article} />
)
Expand Down

0 comments on commit 17730f6

Please sign in to comment.