biblio-react 2.0.6 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14336,7 +14336,7 @@ const Pd = ao(), ma = ({ children: e }) => {
|
|
|
14336
14336
|
...d,
|
|
14337
14337
|
claveFila: "",
|
|
14338
14338
|
estado: a
|
|
14339
|
-
})) || [] :
|
|
14339
|
+
})) || [] : l.getValues()[r] || [];
|
|
14340
14340
|
o || u.push({
|
|
14341
14341
|
...s,
|
|
14342
14342
|
claveFila: "",
|
|
@@ -14382,7 +14382,7 @@ const Pd = ao(), ma = ({ children: e }) => {
|
|
|
14382
14382
|
})) || [] : l.getValues()[r] || [];
|
|
14383
14383
|
if (typeof i == "number") {
|
|
14384
14384
|
const u = c.findIndex(
|
|
14385
|
-
(d) => d._id === i
|
|
14385
|
+
(d) => d && d._id === i
|
|
14386
14386
|
);
|
|
14387
14387
|
c.splice(u, 1);
|
|
14388
14388
|
} else {
|