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