summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/components/post.tsx')
-rw-r--r--ui/src/components/post.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/post.tsx b/ui/src/components/post.tsx
index ed1ba302..0485975a 100644
--- a/ui/src/components/post.tsx
+++ b/ui/src/components/post.tsx
@@ -300,7 +300,7 @@ export class Post extends Component<any, PostState> {
i.setState(i.state);
}
- private buildCommentsTree(): Array<CommentNodeI> {
+ buildCommentsTree(): Array<CommentNodeI> {
let map = new Map<number, CommentNodeI>();
for (let comment of this.state.comments) {
let node: CommentNodeI = {