summaryrefslogtreecommitdiffstats
path: root/ui/src/components/navbar.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-04-22 10:45:50 -0700
committerDessalines <tyhou13@gmx.com>2019-04-22 10:45:50 -0700
commit2e361aa7364b81a245115a298301a753a808b3fd (patch)
tree087194ebc39433ad8b7abdf5751c95e6716182f7 /ui/src/components/navbar.tsx
parent466f988f47d858274c6de562a2ecc4ec6466bd4d (diff)
Removing expires temporarily until they can be figured out.
Diffstat (limited to 'ui/src/components/navbar.tsx')
-rw-r--r--ui/src/components/navbar.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/src/components/navbar.tsx b/ui/src/components/navbar.tsx
index 33a33025..77ffa9af 100644
--- a/ui/src/components/navbar.tsx
+++ b/ui/src/components/navbar.tsx
@@ -141,7 +141,6 @@ export class Navbar extends Component<any, NavbarState> {
parseMessage(msg: any) {
let op: UserOperation = msgOp(msg);
if (msg.error) {
- alert(msg.error);
return;
} else if (op == UserOperation.GetReplies) {
let res: GetRepliesResponse = msg;