Skip to content

Commit 1e1398b

Browse files
committed
[bugfix]: coderabbit fixes
1 parent 114dc6f commit 1e1398b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/contributors/ContributorCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const ContributorCard: React.FC<ContributorCardProps> = ({ name, avatar, role, c
3434

3535
<motion.div
3636
initial={false}
37-
animate={{ height: isExpanded ? 'auto' : 'auto' }}
37+
animate={{ height: isExpanded ? 'auto' : 0}}
3838
className="mt-4 space-y-2"
3939
>
4040
<div className="flex justify-between text-sm">

0 commit comments

Comments
 (0)