debug-comments-log
This commit is contained in:
parent
a02f24d862
commit
e3347bd923
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user