From 9809750a0caf0905984a5243ac0884d0fef17dad Mon Sep 17 00:00:00 2001 From: Simon Herteby Date: Thu, 30 Nov 2017 19:47:06 +0100 Subject: [PATCH] Also hide the "bypass firewall" button in the UI --- ui/Live.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/Live.jsx b/ui/Live.jsx index 7ee3e60..0acee30 100644 --- a/ui/Live.jsx +++ b/ui/Live.jsx @@ -59,13 +59,14 @@ class Live extends React.Component { ? Logged in as: {user.emails[0].address} : Not logged in } - + {!Meteor.isProduction && Bypass exposure firewall + }}