Skip to content
Snippets Groups Projects
Commit 364d09e7 authored by Lukas Haase's avatar Lukas Haase
Browse files

remove debug border

parent e2bd1ccb
No related merge requests found
......@@ -49,7 +49,7 @@ export class QuestionWallComponent implements OnInit, AfterViewInit, OnDestroy {
}
ngOnInit(): void {
StyleDebug.border('c');
// StyleDebug.border('c');
this.commentService.getAckComments(this.roomId).subscribe(e => {
e.sort((a, b) => new Date(a.timestamp).getTime() - new Date(b.timestamp).getTime());
e.forEach(c => this.comments.push(new QuestionWallComment(c, true)));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment