summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-04-20 11:17:00 -0700
committerDessalines <tyhou13@gmx.com>2019-04-20 11:17:00 -0700
commit682413613e75618489d262bd033c3101da96abd7 (patch)
treef3bc26c1f2c1f75bdfcf7b6e5b22f24e93c7a757 /ui/src/components/post.tsx
parente14e6e53cd969039087df17bc4407d1b7444e05d (diff)
Mostly working, before merge
Diffstat (limited to 'ui/src/components/post.tsx')
-rw-r--r--ui/src/components/post.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/src/components/post.tsx b/ui/src/components/post.tsx
index 56b73f6e..3f243220 100644
--- a/ui/src/components/post.tsx
+++ b/ui/src/components/post.tsx
@@ -10,7 +10,6 @@ import { CommentForm } from './comment-form';
import { CommentNodes } from './comment-nodes';
import * as autosize from 'autosize';
-
interface PostState {
post: PostI;
comments: Array<Comment>;