Update src/components/screens/allCases/AllCases.tsx

Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com>
This commit is contained in:
Aman Singh
2022-12-08 15:28:46 +05:30
committed by GitHub Enterprise
parent 0aa4e7c3f0
commit 2a77106d0a

View File

@@ -117,7 +117,7 @@ const Item = (props: IItem) => {
]}
/>
<Text light small>
{compleatdCount} Compleated
{completedCount} Completed
</Text>
</View>
</View>