Skip to content

Commit

Permalink
fix(memoize): fix memoize
Browse files Browse the repository at this point in the history
Passes in the dependencies
  • Loading branch information
TimBroddin authored and nurikk committed Jan 2, 2024
1 parent 9445c94 commit 12bcb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/zigbee/DevicesTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export function DevicesTable(
disableSortBy: true,
},
],
[],
[lastSeenCol, availabilityCol, t, homeassistantEnabled, renameDevice, removeDevice, configureDevice],
);

return (
Expand Down

0 comments on commit 12bcb5f

Please sign in to comment.