From e3347bd9236de8ca49c312e5578c9d39518a5dde Mon Sep 17 00:00:00 2001 From: Untone Date: Sat, 3 Feb 2024 11:42:49 +0300 Subject: [PATCH] debug-comments-log --- src/components/Views/Author/Author.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }