Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
351
Merge Requests
57
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
02491719
Commit
02491719
authored
1 hour ago
by
Ben Hayward
Browse files
Options
Download
Update comment.component.ts
parent
4c2a6b9d
fix/explicit-comments-2392
1 merge request
!713
Reintroduced maturity selector for activity comments. #2392
Pipeline
#107661466
passed with stages
in 44 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/app/modules/comments/comment/comment.component.ts
View file @
02491719
...
...
@@ -113,7 +113,7 @@ export class CommentComponentV2
return
(
this
.
comment
.
time_created
-
secondsElapsed
*
0.01
)
*
1000
;
})
);
console
.
log
(
this
.
comment
);
if
(
this
.
minds
.
user
.
guid
===
this
.
comment
.
ownerObj
.
guid
)
{
this
.
showMature
=
true
;
}
...
...
This diff is collapsed.
Please
register
or
sign in
to comment