Actions
Build Action / Run-Build (push) Successful in 3m7s

This commit is contained in:
Dmytro Tkachenko
2024-10-22 22:44:24 +03:00
parent d510189905
commit 9a138e53a9
39 changed files with 1050 additions and 19941 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const getConfidence = (media, breakpoint) => {
const getConfidence = (media) => {
const best = Object.values(media)
.filter((med) => med.found)
.reduce((prev, current) => {