fix UI stub TP-25292 (#245)

This commit is contained in:
Aman Sethi
2023-04-14 18:49:42 +05:30
committed by GitHub Enterprise
parent 9a2b6792ed
commit b85e5102cf

View File

@@ -48,15 +48,12 @@ const CollectionCaseData: React.FC<ICollectionCaseData> = ({ caseData }) => {
<Text style={[styles.greyText]} small>
POS {formatAmount(pos)}
</Text>
</View>
{collectionTag ? (
<>
<View style={styles.lineStyle} />
<Text style={[styles.greyText]} small>
{collectionTag}
</Text>
</>
) : null}
</View>
</View>
);
};