Fixed issue with 100% being hyphenized

This commit is contained in:
Joao Ramos
2024-01-16 22:22:55 +00:00
parent 31d3232f19
commit 8002c71b91

View File

@@ -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>