From 6b353c6d7cd98a8a1511ab2efe70420df0cacf26 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Wed, 17 Aug 2022 13:49:24 +0530 Subject: [PATCH] refactor code --- src/components/WatchFolder/noMappingsContent.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/WatchFolder/noMappingsContent.tsx b/src/components/WatchFolder/noMappingsContent.tsx index 54eccf06b..eda61870c 100644 --- a/src/components/WatchFolder/noMappingsContent.tsx +++ b/src/components/WatchFolder/noMappingsContent.tsx @@ -13,11 +13,15 @@ export function NoMappingsContent() { {constants.FOLDERS_AUTOMATICALLY_MONITORED} - - {constants.UPLOAD_NEW_FILES_TO_ENTE} + + + {constants.UPLOAD_NEW_FILES_TO_ENTE} - - {constants.REMOVE_DELETED_FILES_FROM_ENTE} + + + + {constants.REMOVE_DELETED_FILES_FROM_ENTE} + );