From 11384192baba02723bdea79bbfac16cce1cc2368 Mon Sep 17 00:00:00 2001 From: RaktimaNXG Date: Tue, 16 Apr 2024 12:08:50 +0530 Subject: [PATCH] refactor code --- apps/OpenSign/src/components/pdf/RecipientList.js | 4 +++- apps/OpenSign/src/layout/HomeLayout.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/OpenSign/src/components/pdf/RecipientList.js b/apps/OpenSign/src/components/pdf/RecipientList.js index f31dda61b..780ee2a5d 100644 --- a/apps/OpenSign/src/components/pdf/RecipientList.js +++ b/apps/OpenSign/src/components/pdf/RecipientList.js @@ -231,7 +231,9 @@ const RecipientList = (props) => { )} {obj.Name && ( - {obj?.Role || obj.Email} + + {obj?.Role || obj?.Email} + )} diff --git a/apps/OpenSign/src/layout/HomeLayout.js b/apps/OpenSign/src/layout/HomeLayout.js index 23dbeb06a..4a40ee111 100644 --- a/apps/OpenSign/src/layout/HomeLayout.js +++ b/apps/OpenSign/src/layout/HomeLayout.js @@ -295,7 +295,7 @@ const HomeLayout = () => { ) : (
- {/*

Your session has expired.

*/} +

Your session has expired.