Skip to content

Commit

Permalink
chore: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrv777 committed Oct 14, 2024
1 parent 054bf5c commit 8e8e7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MinerStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const MinerStatus: React.FC<MinerStatusProps> = ({ data, ready }) => {
setTimeSeriesData(parsedData);
dataIndexRef.current = parsedData.length; // Update this line
}
}, [data.hostname, data.stratumUser]);
}, [data.hostname]);

useEffect(() => {
if (!ready) return;
Expand Down

0 comments on commit 8e8e7af

Please sign in to comment.