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 */} + {/*
*/} + {/* */} + {/* */} + {/*
*/}