1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

Revert check

This commit is contained in:
Adria Navarro 2024-04-10 13:19:22 +02:00
parent 5a93f2b542
commit 38f53020eb

View file

@ -21,8 +21,6 @@ const isBetterSample = (newValue, oldValue) => {
}
if (
newType === "object" &&
Array.isArray(newValue) &&
Array.isArray(oldValue) &&
Object.keys(newValue).length > Object.keys(oldValue).length
) {
return true