Update src/components/screens/allCases/AllCases.tsx
Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com>
This commit is contained in:
committed by
GitHub Enterprise
parent
c7fbb6d702
commit
0aa4e7c3f0
@@ -56,7 +56,7 @@ const CardItem: React.FC<Data> = props => {
|
||||
{propData.customerInfo.name}
|
||||
</Heading>
|
||||
<Text dark ellipsizeMode="tail" numberOfLines={2}>
|
||||
{propData.currentTask.title} :{' '}
|
||||
{propData.currentTask.title}: {' '}
|
||||
<Text>
|
||||
{propData.currentTask.detail ||
|
||||
'Gokarna is a small temple town located in Uttara Kannada district of Karnataka state in India, It has a population of around 20,000. The main temple and '}{' '}
|
||||
|
||||
Reference in New Issue
Block a user