Update extractor and builder to parse browser support properly
This commit is contained in:
@ -146,7 +146,7 @@ const getBrowserSupport = str => {
|
||||
)
|
||||
return {
|
||||
text: browserSupportText,
|
||||
supportPercentage: Math.min(...supportPercentage)
|
||||
supportPercentage: Math.min(...supportPercentage,100)
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user