Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Mar 18, 2024
1 parent b2450c0 commit 7511982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/peers/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import useSWR from 'swr';
import { fetcher } from '../utils/swr';

export default function Peers() {
const { data:peers, error, isLoading } = useSWR('/api/peers', fetcher);
const { data: peers, error, isLoading } = useSWR('/api/peers', fetcher);

return (
<LayoutMain alignSelf='flex-start' justifySelf='flex-start'>
Expand Down

0 comments on commit 7511982

Please sign in to comment.