Skip to content

Commit

Permalink
Remove unused dependency in Feed component
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar committed Nov 15, 2023
1 parent 80a8917 commit 7a7c0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/Consultations/Feed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ export const Feed: React.FC<IFeedProps> = ({ consultationId, facilityId }) => {
}
});
};
}, [cameraAsset, cameraMiddlewareHostname]);
}, [cameraAsset]);

//count down from CAMERA_ACCESS_TIMEOUT when mouse is idle to unlock asset after timeout
useEffect(() => {
Expand Down

0 comments on commit 7a7c0b7

Please sign in to comment.