Skip to content

Commit

Permalink
fix(THEEDGE-3739) Fix filter and link to device details
Browse files Browse the repository at this point in the history
  • Loading branch information
acosferreira committed Nov 30, 2023
1 parent 530bf73 commit 1419e5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/GroupSystems/GroupImmutableSystems.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ const GroupImmutableSystems = ({ groupName, groupId, ...props }) => {
enhancedConfig,
showTags
);

let mapDeviceIds = [];
defaultData.results.forEach((data) => {
mapDeviceIds.push(data.id);
Expand Down

0 comments on commit 1419e5a

Please sign in to comment.