From 6310d9389ddaf80a1d8e0aecfb6cacbaf3b6b5b0 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 4 Apr 2019 17:01:10 -0700 Subject: Adding Iframe expand - Adding Iframe Expand. Fixes #32 - Fix issue with table sorting. Fixes #33 - Changing all to h4s. Fixes #30 --- ui/src/components/post.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/src/components/post.tsx') diff --git a/ui/src/components/post.tsx b/ui/src/components/post.tsx index 0efa254a..0075e9df 100644 --- a/ui/src/components/post.tsx +++ b/ui/src/components/post.tsx @@ -109,7 +109,7 @@ export class Post extends Component { newComments() { return (
-
New Comments
+

New Comments

{this.state.comments.map(comment => )} -- cgit v1.2.3