TP-30070 | Fix

This commit is contained in:
Aman Chaturvedi
2023-06-08 12:28:12 +05:30
parent b46040b0c8
commit 18dfd76bda

View File

@@ -302,7 +302,7 @@ const CasesList: React.FC<ICasesList> = ({ casesList = [], isVisitPlan }) => {
estimatedListSize={{ height: 300 * 3, width: SCREEN_WIDTH }}
/>
) : (
listEmptyComponent
<View style={GenericStyles.ph12}>{listEmptyComponent}</View>
)}
</View>
<Modal