Fixed issue with 100% being hyphenized
This commit is contained in:
@@ -206,7 +206,7 @@ const GroupTestReport = ({
|
|||||||
percentage={percent}
|
percentage={percent}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
<Text style={[customStyles.tableCell, { maxWidth: "24px" }]}>
|
<Text style={[customStyles.tableCell, { maxWidth: "48px" }]}>
|
||||||
{percent}%
|
{percent}%
|
||||||
</Text>
|
</Text>
|
||||||
<Text style={customStyles.tableCell}>{description}</Text>
|
<Text style={customStyles.tableCell}>{description}</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user