@jield/solodb-react-components 1.1.6 → 1.1.7
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -25073,7 +25073,7 @@ function vF({ equipment: e, modules: t, issues: n, issueAttachments: r, ecnNotes
|
|
|
25073
25073
|
]), O([...D, e]);
|
|
25074
25074
|
};
|
|
25075
25075
|
d(() => {
|
|
25076
|
-
E(i), O(n), b(t.filter((t) => t.id !== e.main_tool_module_id)), w(t.findLast((t) => t.id === e.main_tool_module_id));
|
|
25076
|
+
E(i), O(n), b(t.filter((t) => t.equipment.id === e.id && t.id !== e.main_tool_module_id)), w(t.findLast((t) => t.equipment.id === e.id && t.id === e.main_tool_module_id));
|
|
25077
25077
|
}, [
|
|
25078
25078
|
i,
|
|
25079
25079
|
n,
|