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}> <Typography mb={1}>
{constants.FOLDERS_AUTOMATICALLY_MONITORED} {constants.FOLDERS_AUTOMATICALLY_MONITORED}
</Typography> </Typography>
<FlexWrapper> <FlexWrapper gap={1}>
<CheckmarkIcon /> {constants.UPLOAD_NEW_FILES_TO_ENTE} <CheckmarkIcon />
<Typography>{constants.UPLOAD_NEW_FILES_TO_ENTE}</Typography>
</FlexWrapper> </FlexWrapper>
<FlexWrapper> <FlexWrapper gap={1}>
<CheckmarkIcon /> {constants.REMOVE_DELETED_FILES_FROM_ENTE} <CheckmarkIcon />
<Typography>
{constants.REMOVE_DELETED_FILES_FROM_ENTE}
</Typography>
</FlexWrapper> </FlexWrapper>
</NoMappingsContainer> </NoMappingsContainer>
); );