fix UI stub TP-25292 (#245)
This commit is contained in:
committed by
GitHub Enterprise
parent
9a2b6792ed
commit
b85e5102cf
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user