Skip to content

Commit

Permalink
Correct url
Browse files Browse the repository at this point in the history
  • Loading branch information
cybooo authored Oct 3, 2023
1 parent 2b4031a commit d917de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Teammate/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface TeammateProps {
}

export const Teammate = ({id, rank, link}: TeammateProps) => {
const {data} = useSWR<DiscordUser>('/users/'+ id, getData);
const {data} = useSWR<DiscordUser>('/user/'+ id, getData);

return (
<Fade direction={'up'} triggerOnce={true}>
Expand Down

0 comments on commit d917de4

Please sign in to comment.