Skip to content

Commit

Permalink
Refetch get all peers
Browse files Browse the repository at this point in the history
  • Loading branch information
Raduc4 committed Jan 21, 2024
1 parent 3f11025 commit 68a6f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/server/findPeers/[findPeersServerCid].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const FindPeers = () => {
useEffect(() => {
useListAllPeers({ cid: current_selected_session });
return () => {};
}, []);
}, [current_selected_session]);

return (
<div className="text-4xl text-teal-50 text-center mb-[50%] select-none">
Expand Down

0 comments on commit 68a6f0e

Please sign in to comment.