We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d6f02 commit bd55ef6Copy full SHA for bd55ef6
src/components/spreadsheet-view/spreadsheet/spreadsheet-content/spreadsheet-content.tsx
@@ -164,9 +164,6 @@ export const SpreadsheetContent = memo(
164
return Object.values(
165
Object.entries(equipments.equipmentsByNodeId).reduce(
166
(prev, [nodeId, nodeEquipments]) => {
167
- if (nodeId === currentNode.id) {
168
- return prev;
169
- }
170
const nodeAlias = nodeAliases.find((value) => value.id === nodeId);
171
if (nodeAlias) {
172
Object.values(nodeEquipments).forEach((eq) => {
0 commit comments