debug-comments-log

This commit is contained in:
Untone 2024-02-03 11:42:49 +03:00
parent a02f24d862
commit e3347bd923

View File

@ -127,7 +127,7 @@ export const AuthorView = (props: Props) => {
const data = await apiClient.getReactionsBy({ const data = await apiClient.getReactionsBy({
by: { comment: true, created_by: commenter.id }, by: { comment: true, created_by: commenter.id },
}) })
console.debug(`[components.Author] fetched ${data.length} comments`) console.debug(`[components.Author] fetched comments`, data)
setCommented(data) setCommented(data)
} }