From e22bab5be03337e39c14bffc911dac1bd7385ed4 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Thu, 11 May 2017 16:18:48 -0400 Subject: PLT-6566 Prevented terms of service link from being blank (#6392) --- webapp/components/header_footer_template.jsx | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'webapp/components/header_footer_template.jsx') diff --git a/webapp/components/header_footer_template.jsx b/webapp/components/header_footer_template.jsx index c41d7ee41..6fb9c9046 100644 --- a/webapp/components/header_footer_template.jsx +++ b/webapp/components/header_footer_template.jsx @@ -33,20 +33,18 @@ export default class NotLoggedIn extends React.Component { ); } - if (global.window.mm_config.TermsOfServiceLink) { - content.push( - - - - ); - } + content.push( + + + + ); if (global.window.mm_config.PrivacyPolicyLink) { content.push( -- cgit v1.2.3-1-g7c22