From 379c8c097fc2af5861279dd2fd3df7093b5ef89c Mon Sep 17 00:00:00 2001 From: Zainab Amir Date: Mon, 19 Apr 2021 20:34:55 +0500 Subject: [PATCH] VAN-405: provide default value for links (#248) --- src/register/RegistrationPage.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/register/RegistrationPage.jsx b/src/register/RegistrationPage.jsx index ed5ca8c9..496f8bb9 100644 --- a/src/register/RegistrationPage.jsx +++ b/src/register/RegistrationPage.jsx @@ -535,12 +535,12 @@ class RegistrationPage extends React.Component { values={{ platformName: getConfig().SITE_NAME, tosAndHonorCode: ( - + {intl.formatMessage(messages['terms.of.service.and.honor.code'])} ), privacyPolicy: ( - + {intl.formatMessage(messages['privacy.policy'])} ),