This commit is contained in:
Philipinho
2025-08-01 07:05:25 -07:00
parent c7beaa3742
commit 83bc273cb0

View File

@ -47,10 +47,6 @@ function CommentListWithTabs() {
SpaceCaslSubject.Page SpaceCaslSubject.Page
); );
console.log(spaceAbility)
console.log('can comment', canComment);
// Separate active and resolved comments // Separate active and resolved comments
const { activeComments, resolvedComments } = useMemo(() => { const { activeComments, resolvedComments } = useMemo(() => {
if (!comments?.items) { if (!comments?.items) {