diff --git a/src/components/Views/Author/Author.tsx b/src/components/Views/Author/Author.tsx index f299109a..8291b776 100644 --- a/src/components/Views/Author/Author.tsx +++ b/src/components/Views/Author/Author.tsx @@ -127,7 +127,7 @@ export const AuthorView = (props: Props) => { const data = await apiClient.getReactionsBy({ by: { comment: true, created_by: commenter.id }, }) - console.debug(`[components.Author] fetched ${data.length} comments`) + console.debug(`[components.Author] fetched comments`, data) setCommented(data) }