Skip to content

Commit

Permalink
add missing hook dep
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Sep 28, 2023
1 parent 22db206 commit 7fab28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Recordings/ActiveRecordingsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ export const ActiveRecordingRow: React.FC<ActiveRecordingRowProps> = ({
</Td>
</Tr>
);
}, [index, isExpanded, loadingAnalysis, analyses]);
}, [index, isExpanded, handleLoadAnalysis, loadingAnalysis, analyses]);

return (
<Tbody key={index} isExpanded={isExpanded}>
Expand Down

0 comments on commit 7fab28d

Please sign in to comment.