Skip to content

Commit 12bcb5f

Browse files
TimBroddinnurikk
authored andcommitted
fix(memoize): fix memoize
Passes in the dependencies
1 parent 9445c94 commit 12bcb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/zigbee/DevicesTable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export function DevicesTable(
184184
disableSortBy: true,
185185
},
186186
],
187-
[],
187+
[lastSeenCol, availabilityCol, t, homeassistantEnabled, renameDevice, removeDevice, configureDevice],
188188
);
189189

190190
return (

0 commit comments

Comments
 (0)