From e50ed3ebcc2204accda4e9f034ab26305eabdec3 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Wed, 30 Mar 2022 18:45:06 +0400 Subject: [PATCH] [common] Fix Bug 56305 --- apps/common/mobile/lib/view/About.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/common/mobile/lib/view/About.jsx b/apps/common/mobile/lib/view/About.jsx index 3dd4cac9a..f553ab95c 100644 --- a/apps/common/mobile/lib/view/About.jsx +++ b/apps/common/mobile/lib/view/About.jsx @@ -58,7 +58,7 @@ const PageAbout = props => { {mailCustomer && mailCustomer.length ? (

- {mailCustomer} + {mailCustomer}

) : null} {urlCustomer && urlCustomer.length ? ( @@ -103,11 +103,11 @@ const PageAbout = props => {

- {__SUPPORT_EMAIL__} + {__SUPPORT_EMAIL__}

- {__PUBLISHER_PHONE__} + {__PUBLISHER_PHONE__}

{publisherPrintUrl}