@@ -1,4 +1,4 @@
|
||||
const getConfidence = (media, breakpoint) => {
|
||||
const getConfidence = (media) => {
|
||||
const best = Object.values(media)
|
||||
.filter((med) => med.found)
|
||||
.reduce((prev, current) => {
|
||||
|
||||
Reference in New Issue
Block a user