Skip to content

Commit 161e35e

Browse files
committed
feat:added back chunksize but broke skeleton rendering in the process
1 parent 426ed13 commit 161e35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PapersCarousel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function PapersCarousel() {
129129
</CarouselItem>
130130
))
131131
)}
132-
</CarouselContent>
132+
</CarouselContent>
133133
</Carousel>
134134
</div>
135135
);

0 commit comments

Comments
 (0)