feat: add user recent rating

This commit is contained in:
Kentai Radiquum 2024-08-25 17:19:11 +05:00
parent 0302b3f809
commit 4276cc1314
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
5 changed files with 95 additions and 37 deletions

View file

@ -36,7 +36,7 @@ export const ProfileUser = (props: {
const router = useRouter();
console.log(props.chips);
return (
<Card className="h-full">
<Card className="h-fit">
{props.chips.hasChips && (
<div className="flex gap-1 overflow-x-auto scrollbar-thin">
{props.chips.isMyProfile && (