From 2e361aa7364b81a245115a298301a753a808b3fd Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 22 Apr 2019 10:45:50 -0700 Subject: [PATCH] Removing expires temporarily until they can be figured out. --- ui/src/components/comment-node.tsx | 9 +++++---- ui/src/components/navbar.tsx | 1 - ui/src/components/sidebar.tsx | 9 +++++---- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/ui/src/components/comment-node.tsx b/ui/src/components/comment-node.tsx index 415dad77b..badbcd12c 100644 --- a/ui/src/components/comment-node.tsx +++ b/ui/src/components/comment-node.tsx @@ -178,10 +178,11 @@ export class CommentNode extends Component { -
- - -
+ {/* TODO hold off on expires until later */} + {/*
*/} + {/* */} + {/* */} + {/*
*/}
diff --git a/ui/src/components/navbar.tsx b/ui/src/components/navbar.tsx index 33a330255..77ffa9af7 100644 --- a/ui/src/components/navbar.tsx +++ b/ui/src/components/navbar.tsx @@ -141,7 +141,6 @@ export class Navbar extends Component { parseMessage(msg: any) { let op: UserOperation = msgOp(msg); if (msg.error) { - alert(msg.error); return; } else if (op == UserOperation.GetReplies) { let res: GetRepliesResponse = msg; diff --git a/ui/src/components/sidebar.tsx b/ui/src/components/sidebar.tsx index 3644903c6..0d9715c4d 100644 --- a/ui/src/components/sidebar.tsx +++ b/ui/src/components/sidebar.tsx @@ -87,10 +87,11 @@ export class Sidebar extends Component { -
- - -
+ {/* TODO hold off on expires for now */} + {/*
*/} + {/* */} + {/* */} + {/*
*/}