Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Feb 9, 2024
1 parent 2ac10c4 commit 48dc630
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/components/PeerComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const PeerButton = ({
const handleClick = () => {
setIsLoading(true);
router.push(`/peers/${peerName}`);
setIsLoading(false);
};
return (
<Button
Expand Down

0 comments on commit 48dc630

Please sign in to comment.