mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-29 17:39:41 +05:00
feat: add friend requests
This commit is contained in:
parent
6aa6424508
commit
8c1e00fe97
4 changed files with 106 additions and 17 deletions
|
@ -34,7 +34,6 @@ export const ProfileUser = (props: {
|
|||
rating: number;
|
||||
}) => {
|
||||
const router = useRouter();
|
||||
console.log(props.chips);
|
||||
return (
|
||||
<Card className="h-fit">
|
||||
{props.chips.hasChips && (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue