refactor code

This commit is contained in:
Abhinav 2022-08-17 13:49:24 +05:30
parent 93430df7cf
commit 6b353c6d7c

View file

@ -13,11 +13,15 @@ export function NoMappingsContent() {
<Typography mb={1}>
{constants.FOLDERS_AUTOMATICALLY_MONITORED}
</Typography>
<FlexWrapper>
<CheckmarkIcon /> {constants.UPLOAD_NEW_FILES_TO_ENTE}
<FlexWrapper gap={1}>
<CheckmarkIcon />
<Typography>{constants.UPLOAD_NEW_FILES_TO_ENTE}</Typography>
</FlexWrapper>
<FlexWrapper>
<CheckmarkIcon /> {constants.REMOVE_DELETED_FILES_FROM_ENTE}
<FlexWrapper gap={1}>
<CheckmarkIcon />
<Typography>
{constants.REMOVE_DELETED_FILES_FROM_ENTE}
</Typography>
</FlexWrapper>
</NoMappingsContainer>
);